Interface AwsEc2LaunchTemplateDataIamInstanceProfileDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2LaunchTemplateDataIamInstanceProfileDetails.Builder,
,AwsEc2LaunchTemplateDataIamInstanceProfileDetails> SdkBuilder<AwsEc2LaunchTemplateDataIamInstanceProfileDetails.Builder,
,AwsEc2LaunchTemplateDataIamInstanceProfileDetails> SdkPojo
- Enclosing class:
AwsEc2LaunchTemplateDataIamInstanceProfileDetails
@Mutable
@NotThreadSafe
public static interface AwsEc2LaunchTemplateDataIamInstanceProfileDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataIamInstanceProfileDetails.Builder,AwsEc2LaunchTemplateDataIamInstanceProfileDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the instance profile.The name of the instance 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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the instance profile.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the instance profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the instance profile.
- Parameters:
name
- The name of the instance profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-