Interface RegisterTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<RegisterTypeResponse.Builder,RegisterTypeResponse>,SdkBuilder<RegisterTypeResponse.Builder,RegisterTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RegisterTypeResponse
public static interface RegisterTypeResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<RegisterTypeResponse.Builder,RegisterTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterTypeResponse.BuilderregistrationToken(String registrationToken)The identifier for this registration request.-
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
-
registrationToken
RegisterTypeResponse.Builder registrationToken(String 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.
-
-