static DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.builder() |
|
DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.Builder.destinationId(String destinationId) |
The ID 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.
|
DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.Builder.destinationProperties(DestinationProperties destinationProperties) |
A DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination.
|
DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.Builder.destinationType(String destinationType) |
The type of publishing destination.
|
DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.Builder.destinationType(DestinationType destinationType) |
The type of publishing destination.
|
DescribePublishingDestinationResponse.Builder |
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 |
DescribePublishingDestinationResponse.Builder.status(String status) |
The status of the publishing destination.
|
DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.Builder.status(PublishingStatus status) |
The status of the publishing destination.
|
DescribePublishingDestinationResponse.Builder |
DescribePublishingDestinationResponse.toBuilder() |
|