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
Modifier and TypeMethodDescriptionmissionProfileArn
(String missionProfileArn) ARN of a mission profile.missionProfileId
(String missionProfileId) UUID of a mission profile.Name of a mission profile.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 Details
-
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
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
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
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.
-