public static interface DescribeTypeRegistrationResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeTypeRegistrationResponse.Builder,DescribeTypeRegistrationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeRegistrationResponse.Builder |
description(String description)
The description of the extension registration request.
|
DescribeTypeRegistrationResponse.Builder |
progressStatus(RegistrationStatus progressStatus)
The current status of the extension registration request.
|
DescribeTypeRegistrationResponse.Builder |
progressStatus(String progressStatus)
The current status of the extension registration request.
|
DescribeTypeRegistrationResponse.Builder |
typeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension being registered.
|
DescribeTypeRegistrationResponse.Builder |
typeVersionArn(String typeVersionArn)
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTypeRegistrationResponse.Builder progressStatus(String progressStatus)
The current status of the extension registration request.
progressStatus - The current status of the extension registration request.RegistrationStatus,
RegistrationStatusDescribeTypeRegistrationResponse.Builder progressStatus(RegistrationStatus progressStatus)
The current status of the extension registration request.
progressStatus - The current status of the extension registration request.RegistrationStatus,
RegistrationStatusDescribeTypeRegistrationResponse.Builder description(String description)
The description of the extension registration request.
description - The description of the extension registration request.DescribeTypeRegistrationResponse.Builder typeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will
be null.
typeArn - The Amazon Resource Name (ARN) of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
DescribeTypeRegistrationResponse.Builder typeVersionArn(String typeVersionArn)
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will
be null.
typeVersionArn - The Amazon Resource Name (ARN) of this specific version of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
Copyright © 2021. All rights reserved.