| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static DestinationProperties.Builder |
DestinationProperties.builder() |
DestinationProperties.Builder |
DestinationProperties.Builder.destinationArn(String destinationArn)
The ARN of the resource to publish to.
|
DestinationProperties.Builder |
DestinationProperties.Builder.kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use for encryption.
|
DestinationProperties.Builder |
DestinationProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DestinationProperties.Builder> |
DestinationProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePublishingDestinationRequest.Builder |
UpdatePublishingDestinationRequest.Builder.destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
default DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.Builder.destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
default CreatePublishingDestinationRequest.Builder |
CreatePublishingDestinationRequest.Builder.destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)
The properties of the publishing destination, including the ARNs for the destination and the KMS key used for
encryption.
|
Copyright © 2023. All rights reserved.