public static interface GetDeploymentRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<GetDeploymentRequest.Builder,GetDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest.Builder |
componentName(String componentName)
The name of a component that you want to get the detailed data for.
|
GetDeploymentRequest.Builder |
environmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
|
GetDeploymentRequest.Builder |
id(String id)
The ID of the deployment that you want to get the detailed data for.
|
GetDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDeploymentRequest.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID.
|
GetDeploymentRequest.Builder |
serviceName(String serviceName)
The name of the service associated with the given deployment ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeploymentRequest.Builder componentName(String componentName)
The name of a component that you want to get the detailed data for.
componentName - The name of a component that you want to get the detailed data for.GetDeploymentRequest.Builder environmentName(String environmentName)
The name of a environment that you want to get the detailed data for.
environmentName - The name of a environment that you want to get the detailed data for.GetDeploymentRequest.Builder id(String id)
The ID of the deployment that you want to get the detailed data for.
id - The ID of the deployment that you want to get the detailed data for.GetDeploymentRequest.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance associated with the given deployment ID. serviceName must be
specified to identify the service instance.
serviceInstanceName - The name of the service instance associated with the given deployment ID. serviceName
must be specified to identify the service instance.GetDeploymentRequest.Builder serviceName(String serviceName)
The name of the service associated with the given deployment ID.
serviceName - The name of the service associated with the given deployment ID.GetDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.