Interface AccessProfileSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccessProfileSummary.Builder,,AccessProfileSummary> SdkBuilder<AccessProfileSummary.Builder,,AccessProfileSummary> SdkPojo
- Enclosing class:
AccessProfileSummary
@Mutable
@NotThreadSafe
public static interface AccessProfileSummary.Builder
extends SdkPojo, CopyableBuilder<AccessProfileSummary.Builder,AccessProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of this access profile.description(String description) An optional description of the access profile.A name that identifies the access profile.The unique ID of the access profile.profileType(String profileType) Who manages the access profile.profileType(AccessProfileType profileType) Who manages the access profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
profileId
The unique ID of the access profile.
- Parameters:
profileId- The unique ID of the access profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of this access profile.
- Parameters:
arn- The ARN of this access profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A name that identifies the access profile.
- Parameters:
name- A name that identifies the access profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An optional description of the access profile.
- Parameters:
description- An optional description of the access profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileType
Who manages the access profile.
- Parameters:
profileType- Who manages the access profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profileType
Who manages the access profile.
- Parameters:
profileType- Who manages the access profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-