Interface GetDeploymentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetDeploymentRequest.Builder,
,GetDeploymentRequest> ProtonRequest.Builder
,SdkBuilder<GetDeploymentRequest.Builder,
,GetDeploymentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetDeploymentRequest
@Mutable
@NotThreadSafe
public static interface GetDeploymentRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentName
(String componentName) The name of a component that you want to get the detailed data for.environmentName
(String environmentName) The name of a environment that you want to get the detailed data for.The ID of the deployment that you want to get the detailed data for.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceInstanceName
(String serviceInstanceName) The name of the service instance associated with the given deployment ID.serviceName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
The name of the service instance associated with the given deployment ID.
serviceName
must be specified to identify the service instance.- Parameters:
serviceInstanceName
- The name of the service instance associated with the given deployment ID.serviceName
must be specified to identify the service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-