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 Details

    • 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.