public static interface TopicRuleDestination.Builder extends SdkPojo, CopyableBuilder<TopicRuleDestination.Builder,TopicRuleDestination>
| Modifier and Type | Method and Description |
|---|---|
TopicRuleDestination.Builder |
arn(String arn)
The topic rule destination URL.
|
default TopicRuleDestination.Builder |
httpUrlProperties(Consumer<HttpUrlDestinationProperties.Builder> httpUrlProperties)
Properties of the HTTP URL.
|
TopicRuleDestination.Builder |
httpUrlProperties(HttpUrlDestinationProperties httpUrlProperties)
Properties of the HTTP URL.
|
TopicRuleDestination.Builder |
status(String status)
The status of the topic rule destination.
|
TopicRuleDestination.Builder |
status(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
TopicRuleDestination.Builder |
statusReason(String statusReason)
Additional details or reason why the topic rule destination is in the current status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicRuleDestination.Builder arn(String arn)
The topic rule destination URL.
arn - The topic rule destination URL.TopicRuleDestination.Builder status(String status)
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation
endpoint.
Confirmation was completed, and traffic to this destination is allowed. You can set status to
DISABLED by calling UpdateTopicRuleDestination.
Confirmation was completed, and traffic to this destination is not allowed. You can set status
to ENABLED by calling UpdateTopicRuleDestination.
Confirmation could not be completed, for example if the confirmation timed out. You can call
GetTopicRuleDestination for details about the error. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation
endpoint.
status - The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your
confirmation endpoint.
Confirmation was completed, and traffic to this destination is allowed. You can set
status to DISABLED by calling UpdateTopicRuleDestination.
Confirmation was completed, and traffic to this destination is not allowed. You can set
status to ENABLED by calling UpdateTopicRuleDestination.
Confirmation could not be completed, for example if the confirmation timed out. You can call
GetTopicRuleDestination for details about the error. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your
confirmation endpoint.
TopicRuleDestinationStatus,
TopicRuleDestinationStatusTopicRuleDestination.Builder status(TopicRuleDestinationStatus status)
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation
endpoint.
Confirmation was completed, and traffic to this destination is allowed. You can set status to
DISABLED by calling UpdateTopicRuleDestination.
Confirmation was completed, and traffic to this destination is not allowed. You can set status
to ENABLED by calling UpdateTopicRuleDestination.
Confirmation could not be completed, for example if the confirmation timed out. You can call
GetTopicRuleDestination for details about the error. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation
endpoint.
status - The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your
confirmation endpoint.
Confirmation was completed, and traffic to this destination is allowed. You can set
status to DISABLED by calling UpdateTopicRuleDestination.
Confirmation was completed, and traffic to this destination is not allowed. You can set
status to ENABLED by calling UpdateTopicRuleDestination.
Confirmation could not be completed, for example if the confirmation timed out. You can call
GetTopicRuleDestination for details about the error. You can set status to
IN_PROGRESS by calling UpdateTopicRuleDestination. Calling
UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your
confirmation endpoint.
TopicRuleDestinationStatus,
TopicRuleDestinationStatusTopicRuleDestination.Builder statusReason(String statusReason)
Additional details or reason why the topic rule destination is in the current status.
statusReason - Additional details or reason why the topic rule destination is in the current status.TopicRuleDestination.Builder httpUrlProperties(HttpUrlDestinationProperties httpUrlProperties)
Properties of the HTTP URL.
httpUrlProperties - Properties of the HTTP URL.default TopicRuleDestination.Builder httpUrlProperties(Consumer<HttpUrlDestinationProperties.Builder> httpUrlProperties)
Properties of the HTTP URL.
This is a convenience that creates an instance of theHttpUrlDestinationProperties.Builder avoiding
the need to create one manually via HttpUrlDestinationProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to httpUrlProperties(HttpUrlDestinationProperties).httpUrlProperties - a consumer that will call methods on HttpUrlDestinationProperties.BuilderhttpUrlProperties(HttpUrlDestinationProperties)Copyright © 2020. All rights reserved.