Interface ListContactsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListContactsRequest.Builder,
,ListContactsRequest> SdkBuilder<ListContactsRequest.Builder,
,ListContactsRequest> SdkPojo
,SdkRequest.Builder
,SsmContactsRequest.Builder
- Enclosing class:
ListContactsRequest
public static interface ListContactsRequest.Builder
extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListContactsRequest.Builder,ListContactsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaliasPrefix
(String aliasPrefix) Used to list only contacts who's aliases start with the specified prefix.maxResults
(Integer maxResults) The maximum number of contacts and escalation plans per page of results.The pagination token to continue to the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The type of contact.type
(ContactType type) The type of contact.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssmcontacts.model.SsmContactsRequest.Builder
build
-
Method Details
-
nextToken
The pagination token to continue to the next page of results.
- Parameters:
nextToken
- The pagination token to continue to the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of contacts and escalation plans per page of results.
- Parameters:
maxResults
- The maximum number of contacts and escalation plans per page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasPrefix
Used to list only contacts who's aliases start with the specified prefix.
- Parameters:
aliasPrefix
- Used to list only contacts who's aliases start with the specified prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of contact. A contact is type
PERSONAL
and an escalation plan is typeESCALATION
.- Parameters:
type
- The type of contact. A contact is typePERSONAL
and an escalation plan is typeESCALATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of contact. A contact is type
PERSONAL
and an escalation plan is typeESCALATION
.- Parameters:
type
- The type of contact. A contact is typePERSONAL
and an escalation plan is typeESCALATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListContactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListContactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-