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