Interface ProfileSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileSummary.Builder,ProfileSummary>,SdkBuilder<ProfileSummary.Builder,ProfileSummary>,SdkPojo
- Enclosing class:
- ProfileSummary
public static interface ProfileSummary.Builder extends SdkPojo, CopyableBuilder<ProfileSummary.Builder,ProfileSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the Profile.ProfileSummary.Builderid(String id)ID of the Profile.ProfileSummary.Buildername(String name)Name of the Profile.ProfileSummary.BuildershareStatus(String shareStatus)Share status of the Profile.ProfileSummary.BuildershareStatus(ShareStatus shareStatus)Share status of the Profile.-
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
-
arn
ProfileSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Profile.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ProfileSummary.Builder id(String id)
ID of the Profile.
- Parameters:
id- ID of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ProfileSummary.Builder name(String name)
Name of the Profile.
- Parameters:
name- Name of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shareStatus
ProfileSummary.Builder shareStatus(String shareStatus)
Share status of the Profile.
- Parameters:
shareStatus- Share status of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
shareStatus
ProfileSummary.Builder shareStatus(ShareStatus shareStatus)
Share status of the Profile.
- Parameters:
shareStatus- Share status of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
-