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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationConfig.Builder
roleArn(String roleArn)
The ARN of the role.RegistrationConfig.Builder
templateBody(String templateBody)
The template body.RegistrationConfig.Builder
templateName(String templateName)
The name of the provisioning template.-
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
-
-
-
-
Method Detail
-
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
RegistrationConfig.Builder roleArn(String 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.
-
-