Interface ListEnvironmentOutputsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnvironmentOutputsRequest.Builder,ListEnvironmentOutputsRequest>,ProtonRequest.Builder,SdkBuilder<ListEnvironmentOutputsRequest.Builder,ListEnvironmentOutputsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentOutputsRequest
public static interface ListEnvironmentOutputsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentOutputsRequest.Builder,ListEnvironmentOutputsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentOutputsRequest.BuilderdeploymentId(String deploymentId)The ID of the deployment whose outputs you want.ListEnvironmentOutputsRequest.BuilderenvironmentName(String environmentName)The environment name.ListEnvironmentOutputsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentOutputsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deploymentId
ListEnvironmentOutputsRequest.Builder deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
- Parameters:
deploymentId- The ID of the deployment whose outputs you want.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
ListEnvironmentOutputsRequest.Builder environmentName(String environmentName)
The environment name.
- Parameters:
environmentName- The environment name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnvironmentOutputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentOutputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-