Interface ListDeploymentConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>,SdkBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDeploymentConfigsRequest
public static interface ListDeploymentConfigsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentConfigsRequest.BuildernextToken(String nextToken)An identifier returned from the previousListDeploymentConfigscall.ListDeploymentConfigsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentConfigsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListDeploymentConfigsRequest.Builder nextToken(String nextToken)
An identifier returned from the previous
ListDeploymentConfigscall. It can be used to return the next set of deployment configurations in the list.- Parameters:
nextToken- An identifier returned from the previousListDeploymentConfigscall. It can be used to return the next set of deployment configurations in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDeploymentConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDeploymentConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-