Uses of Interface
software.amazon.awssdk.services.ec2.model.IamInstanceProfile.Builder
-
Packages that use IamInstanceProfile.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IamInstanceProfile.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfile.Builder Modifier and Type Method Description IamInstanceProfile.BuilderIamInstanceProfile.Builder. arn(String arn)The Amazon Resource Name (ARN) of the instance profile.static IamInstanceProfile.BuilderIamInstanceProfile. builder()IamInstanceProfile.BuilderIamInstanceProfile.Builder. id(String id)The ID of the instance profile.IamInstanceProfile.BuilderIamInstanceProfile. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IamInstanceProfile.Builder Modifier and Type Method Description static Class<? extends IamInstanceProfile.Builder>IamInstanceProfile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IamInstanceProfile.Builder Modifier and Type Method Description default IamInstanceProfileAssociation.BuilderIamInstanceProfileAssociation.Builder. iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile)The IAM instance profile.default Instance.BuilderInstance.Builder. iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile)The IAM instance profile associated with the instance, if applicable.
-