public static interface ListEnvironmentOutputsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentOutputsRequest.Builder,ListEnvironmentOutputsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentOutputsRequest.Builder |
deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListEnvironmentOutputsRequest.Builder |
environmentName(String environmentName)
The environment name.
|
ListEnvironmentOutputsRequest.Builder |
nextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after
the list of environment outputs that was previously requested.
|
ListEnvironmentOutputsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentOutputsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentOutputsRequest.Builder deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
deploymentId - The ID of the deployment whose outputs you want.ListEnvironmentOutputsRequest.Builder environmentName(String environmentName)
The environment name.
environmentName - The environment name.ListEnvironmentOutputsRequest.Builder nextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.
nextToken - A token that indicates the location of the next environment output in the array of environment
outputs, after the list of environment outputs that was previously requested.ListEnvironmentOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.