public static interface ListContactsRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListContactsRequest.Builder,ListContactsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContactsRequest.Builder |
aliasPrefix(String aliasPrefix)
Used to list only contacts who's aliases start with the specified prefix.
|
ListContactsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of contacts and escalation plans per page of results.
|
ListContactsRequest.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListContactsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContactsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListContactsRequest.Builder |
type(ContactType type)
The type of contact.
|
ListContactsRequest.Builder |
type(String type)
The type of contact.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactsRequest.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.ListContactsRequest.Builder maxResults(Integer maxResults)
The maximum number of contacts and escalation plans per page of results.
maxResults - The maximum number of contacts and escalation plans per page of results.ListContactsRequest.Builder aliasPrefix(String aliasPrefix)
Used to list only contacts who's aliases start with the specified prefix.
aliasPrefix - Used to list only contacts who's aliases start with the specified prefix.ListContactsRequest.Builder type(String type)
The type of contact. A contact is type PERSONAL and an escalation plan is type
ESCALATION.
type - The type of contact. A contact is type PERSONAL and an escalation plan is type
ESCALATION.ContactType,
ContactTypeListContactsRequest.Builder type(ContactType type)
The type of contact. A contact is type PERSONAL and an escalation plan is type
ESCALATION.
type - The type of contact. A contact is type PERSONAL and an escalation plan is type
ESCALATION.ContactType,
ContactTypeListContactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.