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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamInstanceProfileSpecification.Builderarn(String arn)The Amazon Resource Name (ARN) of the instance profile.IamInstanceProfileSpecification.Buildername(String name)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 Detail
-
arn
IamInstanceProfileSpecification.Builder arn(String 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
IamInstanceProfileSpecification.Builder name(String 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.
-
-