Interface ReplaceDefaultPolicyVersionParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReplaceDefaultPolicyVersionParams.Builder,ReplaceDefaultPolicyVersionParams>,SdkBuilder<ReplaceDefaultPolicyVersionParams.Builder,ReplaceDefaultPolicyVersionParams>,SdkPojo
- Enclosing class:
- ReplaceDefaultPolicyVersionParams
public static interface ReplaceDefaultPolicyVersionParams.Builder extends SdkPojo, CopyableBuilder<ReplaceDefaultPolicyVersionParams.Builder,ReplaceDefaultPolicyVersionParams>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplaceDefaultPolicyVersionParams.BuildertemplateName(String templateName)The name of the template to be applied.ReplaceDefaultPolicyVersionParams.BuildertemplateName(PolicyTemplateName templateName)The name of the template to be applied.-
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
-
templateName
ReplaceDefaultPolicyVersionParams.Builder templateName(String templateName)
The name of the template to be applied. The only supported value is
BLANK_POLICY.- Parameters:
templateName- The name of the template to be applied. The only supported value isBLANK_POLICY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyTemplateName,PolicyTemplateName
-
templateName
ReplaceDefaultPolicyVersionParams.Builder templateName(PolicyTemplateName templateName)
The name of the template to be applied. The only supported value is
BLANK_POLICY.- Parameters:
templateName- The name of the template to be applied. The only supported value isBLANK_POLICY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyTemplateName,PolicyTemplateName
-
-