Interface DescribeTypeRegistrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<DescribeTypeRegistrationResponse.Builder,,DescribeTypeRegistrationResponse> SdkBuilder<DescribeTypeRegistrationResponse.Builder,,DescribeTypeRegistrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTypeRegistrationResponse
@Mutable
@NotThreadSafe
public static interface DescribeTypeRegistrationResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeTypeRegistrationResponse.Builder,DescribeTypeRegistrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the extension registration request.progressStatus(String progressStatus) The current status of the extension registration request.progressStatus(RegistrationStatus progressStatus) The current status of the extension registration request.The Amazon Resource Name (ARN) of the extension being registered.typeVersionArn(String typeVersionArn) The Amazon Resource Name (ARN) of this specific version of the extension being registered.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
progressStatus
The current status of the extension registration request.
- Parameters:
progressStatus- The current status of the extension registration request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
progressStatus
The current status of the extension registration request.
- Parameters:
progressStatus- The current status of the extension registration request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the extension registration request.
- Parameters:
description- The description of the extension registration request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeArn
The Amazon Resource Name (ARN) of the extension being registered.
For registration requests with a
ProgressStatusof other thanCOMPLETE, this will benull.- Parameters:
typeArn- The Amazon Resource Name (ARN) of the extension being registered.For registration requests with a
ProgressStatusof other thanCOMPLETE, this will benull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeVersionArn
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
For registration requests with a
ProgressStatusof other thanCOMPLETE, this will benull.- Parameters:
typeVersionArn- The Amazon Resource Name (ARN) of this specific version of the extension being registered.For registration requests with a
ProgressStatusof other thanCOMPLETE, this will benull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-