Uses of Interface
software.amazon.awssdk.services.guardduty.model.DestinationProperties.Builder
-
Packages that use DestinationProperties.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DestinationProperties.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DestinationProperties.Builder Modifier and Type Method Description static DestinationProperties.BuilderDestinationProperties. builder()DestinationProperties.BuilderDestinationProperties.Builder. destinationArn(String destinationArn)The ARN of the resource to publish to.DestinationProperties.BuilderDestinationProperties.Builder. kmsKeyArn(String kmsKeyArn)The ARN of the KMS key to use for encryption.DestinationProperties.BuilderDestinationProperties. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DestinationProperties.Builder Modifier and Type Method Description static Class<? extends DestinationProperties.Builder>DestinationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type DestinationProperties.Builder Modifier and Type Method Description default CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.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.default DescribePublishingDestinationResponse.BuilderDescribePublishingDestinationResponse.Builder. destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)ADestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination.default UpdatePublishingDestinationRequest.BuilderUpdatePublishingDestinationRequest.Builder. destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)ADestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination.
-