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