Interface PrincipalGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrincipalGroup.Builder,
,PrincipalGroup> SdkBuilder<PrincipalGroup.Builder,
,PrincipalGroup> SdkPojo
- Enclosing class:
PrincipalGroup
@Mutable
@NotThreadSafe
public static interface PrincipalGroup.Builder
extends SdkPojo, CopyableBuilder<PrincipalGroup.Builder,PrincipalGroup>
-
Method Summary
Modifier and TypeMethodDescriptionProvides information about whether to allow or deny access to the principal.access
(ReadAccessType access) Provides information about whether to allow or deny access to the principal.membershipType
(String membershipType) The type of group.membershipType
(MembershipType membershipType) The type of group.The name of the group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the group.
- Parameters:
name
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
access
Provides information about whether to allow or deny access to the principal.
- Parameters:
access
- Provides information about whether to allow or deny access to the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
access
Provides information about whether to allow or deny access to the principal.
- Parameters:
access
- Provides information about whether to allow or deny access to the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
membershipType
The type of group.
- Parameters:
membershipType
- The type of group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
membershipType
The type of group.
- Parameters:
membershipType
- The type of group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-