Interface PolicyTypeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyTypeSummary.Builder,PolicyTypeSummary>,SdkBuilder<PolicyTypeSummary.Builder,PolicyTypeSummary>,SdkPojo
- Enclosing class:
- PolicyTypeSummary
public static interface PolicyTypeSummary.Builder extends SdkPojo, CopyableBuilder<PolicyTypeSummary.Builder,PolicyTypeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyTypeSummary.Builderstatus(String status)The status of the policy type as it relates to the associated root.PolicyTypeSummary.Builderstatus(PolicyTypeStatus status)The status of the policy type as it relates to the associated root.PolicyTypeSummary.Buildertype(String type)The name of the policy type.PolicyTypeSummary.Buildertype(PolicyType type)The name of the policy type.-
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
-
type
PolicyTypeSummary.Builder type(String type)
The name of the policy type.
- Parameters:
type- The name of the policy type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyType,PolicyType
-
type
PolicyTypeSummary.Builder type(PolicyType type)
The name of the policy type.
- Parameters:
type- The name of the policy type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyType,PolicyType
-
status
PolicyTypeSummary.Builder status(String status)
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
- Parameters:
status- The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyTypeStatus,PolicyTypeStatus
-
status
PolicyTypeSummary.Builder status(PolicyTypeStatus status)
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
- Parameters:
status- The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PolicyTypeStatus,PolicyTypeStatus
-
-