CopyableBuilder<SwapEnvironmentCNAMEsRequest.Builder,SwapEnvironmentCNAMEsRequest>, SdkBuilder<SwapEnvironmentCNAMEsRequest.Builder,SwapEnvironmentCNAMEsRequest>public static interface SwapEnvironmentCNAMEsRequest.Builder extends CopyableBuilder<SwapEnvironmentCNAMEsRequest.Builder,SwapEnvironmentCNAMEsRequest>
| Modifier and Type | Method | 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 |
sourceEnvironmentId(String sourceEnvironmentId) |
The ID of the source environment.
|
SwapEnvironmentCNAMEsRequest.Builder |
sourceEnvironmentName(String sourceEnvironmentName) |
The name of the source environment.
|
copyapply, 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.