public static interface ListContactChannelsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListContactChannelsRequest.Builder,ListContactChannelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContactChannelsRequest.Builder |
contactId(String contactId)
The Amazon Resource Name (ARN) of the contact.
|
ListContactChannelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of contact channels per page.
|
ListContactChannelsRequest.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListContactChannelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContactChannelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactChannelsRequest.Builder contactId(String contactId)
The Amazon Resource Name (ARN) of the contact.
contactId - The Amazon Resource Name (ARN) of the contact.ListContactChannelsRequest.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListContactChannelsRequest.Builder maxResults(Integer maxResults)
The maximum number of contact channels per page.
maxResults - The maximum number of contact channels per page.ListContactChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContactChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.