Interface GetDeploymentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>,ProtonRequest.Builder,SdkBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDeploymentRequest
public static interface GetDeploymentRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeploymentRequest.BuildercomponentName(String componentName)The name of a component that you want to get the detailed data for.GetDeploymentRequest.BuilderenvironmentName(String environmentName)The name of a environment that you want to get the detailed data for.GetDeploymentRequest.Builderid(String id)The ID of the deployment that you want to get the detailed data for.GetDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderserviceInstanceName(String serviceInstanceName)The name of the service instance associated with the given deployment ID.GetDeploymentRequest.BuilderserviceName(String serviceName)The name of the service associated with the given deployment ID.-
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
-
componentName
GetDeploymentRequest.Builder componentName(String componentName)
The name of a component that you want to get the detailed data for.
- Parameters:
componentName- The name of a component that you want to get the detailed data for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
GetDeploymentRequest.Builder environmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
- Parameters:
environmentName- The name of a environment that you want to get the detailed data for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetDeploymentRequest.Builder id(String id)
The ID of the deployment that you want to get the detailed data for.
- Parameters:
id- The ID of the deployment that you want to get the detailed data for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceInstanceName
GetDeploymentRequest.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID.
serviceNamemust be specified to identify the service instance.- Parameters:
serviceInstanceName- The name of the service instance associated with the given deployment ID.serviceNamemust be specified to identify the service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
GetDeploymentRequest.Builder serviceName(String serviceName)
The name of the service associated with the given deployment ID.
- Parameters:
serviceName- The name of the service associated with the given deployment ID.- 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
-
-