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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnAmazon 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.
 
- 
nameName 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.
 
 
-