| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
AssociatedRole.Builder |
AssociatedRole.Builder.associatedRoleArn(String associatedRoleArn)
The ARN of the associated IAM role.
|
static AssociatedRole.Builder |
AssociatedRole.builder() |
AssociatedRole.Builder |
AssociatedRole.Builder.certificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket in which the Amazon S3 object is stored.
|
AssociatedRole.Builder |
AssociatedRole.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.Builder |
AssociatedRole.Builder.encryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS customer master key (CMK) used to encrypt the private key.
|
AssociatedRole.Builder |
AssociatedRole.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociatedRole.Builder> |
AssociatedRole.serializableBuilderClass() |
Copyright © 2021. All rights reserved.