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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateReplicationJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.