Interface GetDeploymentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>,M2Request.Builder,SdkBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDeploymentRequest
public static interface GetDeploymentRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeploymentRequest.BuilderapplicationId(String applicationId)The unique identifier of the application.GetDeploymentRequest.BuilderdeploymentId(String deploymentId)The unique identifier for the deployment.GetDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.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.m2.model.M2Request.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
-
applicationId
GetDeploymentRequest.Builder applicationId(String applicationId)
The unique identifier of the application.
- Parameters:
applicationId- The unique identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentId
GetDeploymentRequest.Builder deploymentId(String deploymentId)
The unique identifier for the deployment.
- Parameters:
deploymentId- The unique identifier for the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-