public static interface DescribePublishingDestinationResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<DescribePublishingDestinationResponse.Builder,DescribePublishingDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePublishingDestinationResponse.Builder |
destinationId(String destinationId)
The ID of the publishing destination.
|
default DescribePublishingDestinationResponse.Builder |
destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
DescribePublishingDestinationResponse.Builder |
destinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
DescribePublishingDestinationResponse.Builder |
destinationType(DestinationType destinationType)
The type of publishing destination.
|
DescribePublishingDestinationResponse.Builder |
destinationType(String destinationType)
The type of publishing destination.
|
DescribePublishingDestinationResponse.Builder |
publishingFailureStartTimestamp(Long publishingFailureStartTimestamp)
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the
destination.
|
DescribePublishingDestinationResponse.Builder |
status(PublishingStatus status)
The status of the publishing destination.
|
DescribePublishingDestinationResponse.Builder |
status(String status)
The status of the publishing destination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePublishingDestinationResponse.Builder destinationId(String destinationId)
The ID of the publishing destination.
destinationId - The ID of the publishing destination.DescribePublishingDestinationResponse.Builder destinationType(String destinationType)
The type of publishing destination. Currently, only Amazon S3 buckets are supported.
destinationType - The type of publishing destination. Currently, only Amazon S3 buckets are supported.DestinationType,
DestinationTypeDescribePublishingDestinationResponse.Builder destinationType(DestinationType destinationType)
The type of publishing destination. Currently, only Amazon S3 buckets are supported.
destinationType - The type of publishing destination. Currently, only Amazon S3 buckets are supported.DestinationType,
DestinationTypeDescribePublishingDestinationResponse.Builder status(String status)
The status of the publishing destination.
status - The status of the publishing destination.PublishingStatus,
PublishingStatusDescribePublishingDestinationResponse.Builder status(PublishingStatus status)
The status of the publishing destination.
status - The status of the publishing destination.PublishingStatus,
PublishingStatusDescribePublishingDestinationResponse.Builder publishingFailureStartTimestamp(Long publishingFailureStartTimestamp)
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
publishingFailureStartTimestamp - The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the
destination.DescribePublishingDestinationResponse.Builder destinationProperties(DestinationProperties destinationProperties)
A DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination.
destinationProperties - A DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination.default DescribePublishingDestinationResponse.Builder destinationProperties(Consumer<DestinationProperties.Builder> destinationProperties)
A DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination.
DestinationProperties.Builder avoiding
the need to create one manually via DestinationProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to destinationProperties(DestinationProperties).
destinationProperties - a consumer that will call methods on DestinationProperties.BuilderdestinationProperties(DestinationProperties)Copyright © 2022. All rights reserved.