Interface DescribeTypeRegistrationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<DescribeTypeRegistrationResponse.Builder,DescribeTypeRegistrationResponse>,SdkBuilder<DescribeTypeRegistrationResponse.Builder,DescribeTypeRegistrationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTypeRegistrationResponse
public static interface DescribeTypeRegistrationResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeTypeRegistrationResponse.Builder,DescribeTypeRegistrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTypeRegistrationResponse.Builderdescription(String description)The description of the extension registration request.DescribeTypeRegistrationResponse.BuilderprogressStatus(String progressStatus)The current status of the extension registration request.DescribeTypeRegistrationResponse.BuilderprogressStatus(RegistrationStatus progressStatus)The current status of the extension registration request.DescribeTypeRegistrationResponse.BuildertypeArn(String typeArn)The Amazon Resource Name (ARN) of the extension being registered.DescribeTypeRegistrationResponse.BuildertypeVersionArn(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
progressStatus
DescribeTypeRegistrationResponse.Builder progressStatus(String 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:
RegistrationStatus,RegistrationStatus
-
progressStatus
DescribeTypeRegistrationResponse.Builder progressStatus(RegistrationStatus 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:
RegistrationStatus,RegistrationStatus
-
description
DescribeTypeRegistrationResponse.Builder description(String 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
DescribeTypeRegistrationResponse.Builder typeArn(String 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
DescribeTypeRegistrationResponse.Builder typeVersionArn(String 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.
-
-