Interface MissionProfileListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MissionProfileListItem.Builder,MissionProfileListItem>,SdkBuilder<MissionProfileListItem.Builder,MissionProfileListItem>,SdkPojo
- Enclosing class:
- MissionProfileListItem
public static interface MissionProfileListItem.Builder extends SdkPojo, CopyableBuilder<MissionProfileListItem.Builder,MissionProfileListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MissionProfileListItem.BuildermissionProfileArn(String missionProfileArn)ARN of a mission profile.MissionProfileListItem.BuildermissionProfileId(String missionProfileId)UUID of a mission profile.MissionProfileListItem.Buildername(String name)Name of a mission profile.MissionProfileListItem.Builderregion(String region)Region of a mission 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
-
missionProfileArn
MissionProfileListItem.Builder missionProfileArn(String missionProfileArn)
ARN of a mission profile.
- Parameters:
missionProfileArn- ARN of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missionProfileId
MissionProfileListItem.Builder missionProfileId(String missionProfileId)
UUID of a mission profile.
- Parameters:
missionProfileId- UUID of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
MissionProfileListItem.Builder name(String name)
Name of a mission profile.
- Parameters:
name- Name of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
MissionProfileListItem.Builder region(String region)
Region of a mission profile.
- Parameters:
region- Region of a mission profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-