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.BuilderbusinessName(String businessName)Returns the name for the business associated with this profile.ProfileSummary.BuildercreatedAt(Instant createdAt)Returns the timestamp for creation date and time of the profile.ProfileSummary.Builderlogging(String logging)Specifies whether or not logging is enabled for this profile.ProfileSummary.Builderlogging(Logging logging)Specifies whether or not logging is enabled for this profile.ProfileSummary.BuilderlogGroupName(String logGroupName)Returns the name of the logging group.ProfileSummary.BuildermodifiedAt(Instant modifiedAt)Returns the timestamp that identifies the most recent date and time that the profile was modified.ProfileSummary.Buildername(String name)Returns the display name for profile.ProfileSummary.BuilderprofileId(String profileId)Returns the unique, system-generated identifier for 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
-
profileId
ProfileSummary.Builder profileId(String profileId)
Returns the unique, system-generated identifier for the profile.
- Parameters:
profileId- Returns the unique, system-generated identifier for the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ProfileSummary.Builder name(String name)
Returns the display name for profile.
- Parameters:
name- Returns the display name for profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessName
ProfileSummary.Builder businessName(String businessName)
Returns the name for the business associated with this profile.
- Parameters:
businessName- Returns the name for the business associated with this profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logging
ProfileSummary.Builder logging(String logging)
Specifies whether or not logging is enabled for this profile.
-
logging
ProfileSummary.Builder logging(Logging logging)
Specifies whether or not logging is enabled for this profile.
-
logGroupName
ProfileSummary.Builder logGroupName(String logGroupName)
Returns the name of the logging group.
- Parameters:
logGroupName- Returns the name of the logging group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ProfileSummary.Builder createdAt(Instant createdAt)
Returns the timestamp for creation date and time of the profile.
- Parameters:
createdAt- Returns the timestamp for creation date and time of the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
ProfileSummary.Builder modifiedAt(Instant modifiedAt)
Returns the timestamp that identifies the most recent date and time that the profile was modified.
- Parameters:
modifiedAt- Returns the timestamp that identifies the most recent date and time that the profile was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-