public static interface AcceptPageRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<AcceptPageRequest.Builder,AcceptPageRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptPageRequest.Builder |
acceptCode(String acceptCode)
The accept code is a 6-digit code used to acknowledge the page.
|
AcceptPageRequest.Builder |
acceptType(AcceptType acceptType)
The type indicates if the page was
DELIVERED or READ. |
AcceptPageRequest.Builder |
acceptType(String acceptType)
The type indicates if the page was
DELIVERED or READ. |
AcceptPageRequest.Builder |
contactChannelId(String contactChannelId)
The ARN of the contact channel.
|
AcceptPageRequest.Builder |
note(String note)
Information provided by the user when the user acknowledges the page.
|
AcceptPageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptPageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AcceptPageRequest.Builder |
pageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptPageRequest.Builder pageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
pageId - The Amazon Resource Name (ARN) of the engagement to a contact channel.AcceptPageRequest.Builder contactChannelId(String contactChannelId)
The ARN of the contact channel.
contactChannelId - The ARN of the contact channel.AcceptPageRequest.Builder acceptType(String acceptType)
The type indicates if the page was DELIVERED or READ.
acceptType - The type indicates if the page was DELIVERED or READ.AcceptType,
AcceptTypeAcceptPageRequest.Builder acceptType(AcceptType acceptType)
The type indicates if the page was DELIVERED or READ.
acceptType - The type indicates if the page was DELIVERED or READ.AcceptType,
AcceptTypeAcceptPageRequest.Builder note(String note)
Information provided by the user when the user acknowledges the page.
note - Information provided by the user when the user acknowledges the page.AcceptPageRequest.Builder acceptCode(String acceptCode)
The accept code is a 6-digit code used to acknowledge the page.
acceptCode - The accept code is a 6-digit code used to acknowledge the page.AcceptPageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAcceptPageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.