Interface ProfileNotificationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>,SdkBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>,SdkPojo
- Enclosing class:
- ProfileNotificationSummary
public static interface ProfileNotificationSummary.Builder extends SdkPojo, CopyableBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileNotificationSummary.BuildercurrentProfileVersion(String currentProfileVersion)The current profile version.ProfileNotificationSummary.BuilderlatestProfileVersion(String latestProfileVersion)The latest profile version.ProfileNotificationSummary.BuilderprofileArn(String profileArn)The profile ARN.ProfileNotificationSummary.BuilderprofileName(String profileName)The profile name.ProfileNotificationSummary.Buildertype(String type)Type of notification.ProfileNotificationSummary.Buildertype(ProfileNotificationType type)Type of notification.ProfileNotificationSummary.BuilderworkloadId(String workloadId)Sets the value of the WorkloadId property for this object.ProfileNotificationSummary.BuilderworkloadName(String workloadName)Sets the value of the WorkloadName property for this object.-
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
-
currentProfileVersion
ProfileNotificationSummary.Builder currentProfileVersion(String currentProfileVersion)
The current profile version.
- Parameters:
currentProfileVersion- The current profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestProfileVersion
ProfileNotificationSummary.Builder latestProfileVersion(String latestProfileVersion)
The latest profile version.
- Parameters:
latestProfileVersion- The latest profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ProfileNotificationSummary.Builder type(String type)
Type of notification.
- Parameters:
type- Type of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileNotificationType,ProfileNotificationType
-
type
ProfileNotificationSummary.Builder type(ProfileNotificationType type)
Type of notification.
- Parameters:
type- Type of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProfileNotificationType,ProfileNotificationType
-
profileArn
ProfileNotificationSummary.Builder profileArn(String profileArn)
The profile ARN.
- Parameters:
profileArn- The profile ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileName
ProfileNotificationSummary.Builder profileName(String profileName)
The profile name.
- Parameters:
profileName- The profile name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadId
ProfileNotificationSummary.Builder workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadName
ProfileNotificationSummary.Builder workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.- Parameters:
workloadName- The new value for the WorkloadName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-