Interface IamInstanceProfile.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
,SdkBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
,SdkPojo
- Enclosing class:
- IamInstanceProfile
public static interface IamInstanceProfile.Builder extends SdkPojo, CopyableBuilder<IamInstanceProfile.Builder,IamInstanceProfile>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamInstanceProfile.Builder
arn(String arn)
The Amazon Resource Name (ARN) of the instance profile.IamInstanceProfile.Builder
id(String id)
The ID 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, sdkFields
-
-
-
-
Method Detail
-
arn
IamInstanceProfile.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.
-
id
IamInstanceProfile.Builder id(String id)
The ID of the instance profile.
- Parameters:
id
- The ID of the instance profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-