ToCopyableBuilder<IamInstanceProfileSpecification.Builder,IamInstanceProfileSpecification>
@Generated("software.amazon.awssdk:codegen") public class IamInstanceProfileSpecification extends Object implements ToCopyableBuilder<IamInstanceProfileSpecification.Builder,IamInstanceProfileSpecification>
Describes an IAM instance profile.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IamInstanceProfileSpecification.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The Amazon Resource Name (ARN) of the instance profile.
|
static IamInstanceProfileSpecification.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the instance profile.
|
static Class<? extends IamInstanceProfileSpecification.Builder> |
serializableBuilderClass() |
|
IamInstanceProfileSpecification.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String arn()
The Amazon Resource Name (ARN) of the instance profile.
public String name()
The name of the instance profile.
public IamInstanceProfileSpecification.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IamInstanceProfileSpecification.Builder,IamInstanceProfileSpecification>
public static IamInstanceProfileSpecification.Builder builder()
public static Class<? extends IamInstanceProfileSpecification.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.