public static interface UpdateReplicationJobRequest.Builder extends SMSRequest.Builder, CopyableBuilder<UpdateReplicationJobRequest.Builder,UpdateReplicationJobRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateReplicationJobRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
UpdateReplicationJobRequest.Builder |
frequency(Integer frequency)
Sets the value of the Frequency property for this object.
|
UpdateReplicationJobRequest.Builder |
licenseType(LicenseType licenseType)
Sets the value of the LicenseType property for this object.
|
UpdateReplicationJobRequest.Builder |
licenseType(String licenseType)
Sets the value of the LicenseType property for this object.
|
UpdateReplicationJobRequest.Builder |
nextReplicationRunStartTime(Instant nextReplicationRunStartTime)
Sets the value of the NextReplicationRunStartTime property for this object.
|
UpdateReplicationJobRequest.Builder |
replicationJobId(String replicationJobId)
Sets the value of the ReplicationJobId property for this object.
|
UpdateReplicationJobRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateReplicationJobRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateReplicationJobRequest.Builder |
roleName(String roleName)
Sets the value of the RoleName property for this object.
|
buildrequestOverrideConfigcopyapply, buildUpdateReplicationJobRequest.Builder replicationJobId(String replicationJobId)
replicationJobId - The new value for the ReplicationJobId property for this object.UpdateReplicationJobRequest.Builder frequency(Integer frequency)
frequency - The new value for the Frequency property for this object.UpdateReplicationJobRequest.Builder nextReplicationRunStartTime(Instant nextReplicationRunStartTime)
nextReplicationRunStartTime - The new value for the NextReplicationRunStartTime property for this object.UpdateReplicationJobRequest.Builder licenseType(String licenseType)
licenseType - The new value for the LicenseType property for this object.LicenseType,
LicenseTypeUpdateReplicationJobRequest.Builder licenseType(LicenseType licenseType)
licenseType - The new value for the LicenseType property for this object.LicenseType,
LicenseTypeUpdateReplicationJobRequest.Builder roleName(String roleName)
roleName - The new value for the RoleName property for this object.UpdateReplicationJobRequest.Builder description(String description)
description - The new value for the Description property for this object.UpdateReplicationJobRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateReplicationJobRequest.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.