Uses of Interface
software.amazon.awssdk.services.ec2.model.IamInstanceProfileSpecification.Builder
-
Packages that use IamInstanceProfileSpecification.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IamInstanceProfileSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfileSpecification.Builder Modifier and Type Method Description IamInstanceProfileSpecification.BuilderIamInstanceProfileSpecification.Builder. arn(String arn)The Amazon Resource Name (ARN) of the instance profile.static IamInstanceProfileSpecification.BuilderIamInstanceProfileSpecification. builder()IamInstanceProfileSpecification.BuilderIamInstanceProfileSpecification.Builder. name(String name)The name of the instance profile.IamInstanceProfileSpecification.BuilderIamInstanceProfileSpecification. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IamInstanceProfileSpecification.Builder Modifier and Type Method Description static Class<? extends IamInstanceProfileSpecification.Builder>IamInstanceProfileSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IamInstanceProfileSpecification.Builder Modifier and Type Method Description default AssociateIamInstanceProfileRequest.BuilderAssociateIamInstanceProfileRequest.Builder. iamInstanceProfile(Consumer<IamInstanceProfileSpecification.Builder> iamInstanceProfile)The IAM instance profile.default LaunchSpecification.BuilderLaunchSpecification.Builder. iamInstanceProfile(Consumer<IamInstanceProfileSpecification.Builder> iamInstanceProfile)The IAM instance profile.default ReplaceIamInstanceProfileAssociationRequest.BuilderReplaceIamInstanceProfileAssociationRequest.Builder. iamInstanceProfile(Consumer<IamInstanceProfileSpecification.Builder> iamInstanceProfile)The IAM instance profile.default RequestSpotLaunchSpecification.BuilderRequestSpotLaunchSpecification.Builder. iamInstanceProfile(Consumer<IamInstanceProfileSpecification.Builder> iamInstanceProfile)The IAM instance profile.default RunInstancesRequest.BuilderRunInstancesRequest.Builder. iamInstanceProfile(Consumer<IamInstanceProfileSpecification.Builder> iamInstanceProfile)The name or Amazon Resource Name (ARN) of an IAM instance profile.default SpotFleetLaunchSpecification.BuilderSpotFleetLaunchSpecification.Builder. iamInstanceProfile(Consumer<IamInstanceProfileSpecification.Builder> iamInstanceProfile)The IAM instance profile.
-