public static interface SwapEnvironmentCNAMEsRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<SwapEnvironmentCNAMEsRequest.Builder,SwapEnvironmentCNAMEsRequest>
| Modifier and Type | Method and Description |
|---|---|
SwapEnvironmentCNAMEsRequest.Builder |
destinationEnvironmentId(String destinationEnvironmentId)
The ID of the destination environment.
|
SwapEnvironmentCNAMEsRequest.Builder |
destinationEnvironmentName(String destinationEnvironmentName)
The name of the destination environment.
|
SwapEnvironmentCNAMEsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SwapEnvironmentCNAMEsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
SwapEnvironmentCNAMEsRequest.Builder |
sourceEnvironmentId(String sourceEnvironmentId)
The ID of the source environment.
|
SwapEnvironmentCNAMEsRequest.Builder |
sourceEnvironmentName(String sourceEnvironmentName)
The name of the source environment.
|
buildrequestOverrideConfigcopyapply, buildSwapEnvironmentCNAMEsRequest.Builder sourceEnvironmentId(String sourceEnvironmentId)
The ID of the source environment.
Condition: You must specify at least the SourceEnvironmentID or the
SourceEnvironmentName. You may also specify both. If you specify the
SourceEnvironmentId, you must specify the DestinationEnvironmentId.
sourceEnvironmentId - The ID of the source environment.
Condition: You must specify at least the SourceEnvironmentID or the
SourceEnvironmentName. You may also specify both. If you specify the
SourceEnvironmentId, you must specify the DestinationEnvironmentId.
SwapEnvironmentCNAMEsRequest.Builder sourceEnvironmentName(String sourceEnvironmentName)
The name of the source environment.
Condition: You must specify at least the SourceEnvironmentID or the
SourceEnvironmentName. You may also specify both. If you specify the
SourceEnvironmentName, you must specify the DestinationEnvironmentName.
sourceEnvironmentName - The name of the source environment.
Condition: You must specify at least the SourceEnvironmentID or the
SourceEnvironmentName. You may also specify both. If you specify the
SourceEnvironmentName, you must specify the DestinationEnvironmentName.
SwapEnvironmentCNAMEsRequest.Builder destinationEnvironmentId(String destinationEnvironmentId)
The ID of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID or the
DestinationEnvironmentName. You may also specify both. You must specify the
SourceEnvironmentId with the DestinationEnvironmentId.
destinationEnvironmentId - The ID of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID or the
DestinationEnvironmentName. You may also specify both. You must specify the
SourceEnvironmentId with the DestinationEnvironmentId.
SwapEnvironmentCNAMEsRequest.Builder destinationEnvironmentName(String destinationEnvironmentName)
The name of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID or the
DestinationEnvironmentName. You may also specify both. You must specify the
SourceEnvironmentName with the DestinationEnvironmentName.
destinationEnvironmentName - The name of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID or the
DestinationEnvironmentName. You may also specify both. You must specify the
SourceEnvironmentName with the DestinationEnvironmentName.
SwapEnvironmentCNAMEsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SwapEnvironmentCNAMEsRequest.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.