public static interface CreateReplicationJobRequest.Builder extends SMSRequest.Builder, CopyableBuilder<CreateReplicationJobRequest.Builder,CreateReplicationJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateReplicationJobRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
CreateReplicationJobRequest.Builder |
frequency(Integer frequency)
Sets the value of the Frequency property for this object.
|
CreateReplicationJobRequest.Builder |
licenseType(LicenseType licenseType)
Sets the value of the LicenseType property for this object.
|
CreateReplicationJobRequest.Builder |
licenseType(String licenseType)
Sets the value of the LicenseType property for this object.
|
CreateReplicationJobRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateReplicationJobRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateReplicationJobRequest.Builder |
roleName(String roleName)
Sets the value of the RoleName property for this object.
|
CreateReplicationJobRequest.Builder |
seedReplicationTime(Instant seedReplicationTime)
Sets the value of the SeedReplicationTime property for this object.
|
CreateReplicationJobRequest.Builder |
serverId(String serverId)
Sets the value of the ServerId property for this object.
|
buildrequestOverrideConfigcopyapply, buildCreateReplicationJobRequest.Builder serverId(String serverId)
serverId - The new value for the ServerId property for this object.CreateReplicationJobRequest.Builder seedReplicationTime(Instant seedReplicationTime)
seedReplicationTime - The new value for the SeedReplicationTime property for this object.CreateReplicationJobRequest.Builder frequency(Integer frequency)
frequency - The new value for the Frequency property for this object.CreateReplicationJobRequest.Builder licenseType(String licenseType)
licenseType - The new value for the LicenseType property for this object.LicenseType,
LicenseTypeCreateReplicationJobRequest.Builder licenseType(LicenseType licenseType)
licenseType - The new value for the LicenseType property for this object.LicenseType,
LicenseTypeCreateReplicationJobRequest.Builder roleName(String roleName)
roleName - The new value for the RoleName property for this object.CreateReplicationJobRequest.Builder description(String description)
description - The new value for the Description property for this object.CreateReplicationJobRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateReplicationJobRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.