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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateReplicationJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateReplicationJobRequest.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
,
LicenseType
CreateReplicationJobRequest.Builder licenseType(LicenseType licenseType)
licenseType
- The new value for the LicenseType property for this object.LicenseType
,
LicenseType
CreateReplicationJobRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateReplicationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.