Interface RegisterTypeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<RegisterTypeResponse.Builder,,RegisterTypeResponse> SdkBuilder<RegisterTypeResponse.Builder,,RegisterTypeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterTypeResponse
@Mutable
@NotThreadSafe
public static interface RegisterTypeResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<RegisterTypeResponse.Builder,RegisterTypeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionregistrationToken(String registrationToken) The identifier for this registration request.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
-
registrationToken
The identifier for this registration request.
Use this registration token when calling DescribeTypeRegistration, which returns information about the status and IDs of the extension registration.
- Parameters:
registrationToken- The identifier for this registration request.Use this registration token when calling DescribeTypeRegistration, which returns information about the status and IDs of the extension registration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-