Interface RegistrationConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RegistrationConfig.Builder,RegistrationConfig>, SdkBuilder<RegistrationConfig.Builder,RegistrationConfig>, SdkPojo
Enclosing class:
RegistrationConfig

public static interface RegistrationConfig.Builder extends SdkPojo, CopyableBuilder<RegistrationConfig.Builder,RegistrationConfig>
  • Method Details

    • templateBody

      RegistrationConfig.Builder templateBody(String templateBody)

      The template body.

      Parameters:
      templateBody - The template body.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the role.

      Parameters:
      roleArn - The ARN of the role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      RegistrationConfig.Builder templateName(String templateName)

      The name of the provisioning template.

      Parameters:
      templateName - The name of the provisioning template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.