Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociatedRole.Builder
Packages that use AssociatedRole.Builder
-
Uses of AssociatedRole.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociatedRole.BuilderModifier and TypeMethodDescriptionAssociatedRole.Builder.associatedRoleArn(String associatedRoleArn) The ARN of the associated IAM role.static AssociatedRole.BuilderAssociatedRole.builder()AssociatedRole.Builder.certificateS3BucketName(String certificateS3BucketName) The name of the Amazon S3 bucket in which the Amazon S3 object is stored.AssociatedRole.Builder.certificateS3ObjectKey(String certificateS3ObjectKey) The key of the Amazon S3 object where the certificate, certificate chain, and encrypted private key bundle are stored.AssociatedRole.Builder.encryptionKmsKeyId(String encryptionKmsKeyId) The ID of the KMS key used to encrypt the private key.AssociatedRole.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociatedRole.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociatedRole.Builder>AssociatedRole.serializableBuilderClass()