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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SwapEnvironmentCnamEsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
SwapEnvironmentCnamEsRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SwapEnvironmentCnamEsRequest.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.