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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContactsRequest.BuilderaliasPrefix(String aliasPrefix)Used to list only contacts who's aliases start with the specified prefix.ListContactsRequest.BuildermaxResults(Integer maxResults)The maximum number of contacts and escalation plans per page of results.ListContactsRequest.BuildernextToken(String nextToken)The pagination token to continue to the next page of results.ListContactsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListContactsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListContactsRequest.Buildertype(String type)The type of contact.ListContactsRequest.Buildertype(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 Detail
-
nextToken
ListContactsRequest.Builder nextToken(String 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
ListContactsRequest.Builder maxResults(Integer 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
ListContactsRequest.Builder aliasPrefix(String 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
ListContactsRequest.Builder type(String type)
The type of contact. A contact is type
PERSONALand an escalation plan is typeESCALATION.- Parameters:
type- The type of contact. A contact is typePERSONALand an escalation plan is typeESCALATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactType,ContactType
-
type
ListContactsRequest.Builder type(ContactType type)
The type of contact. A contact is type
PERSONALand an escalation plan is typeESCALATION.- Parameters:
type- The type of contact. A contact is typePERSONALand an escalation plan is typeESCALATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactType,ContactType
-
overrideConfiguration
ListContactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListContactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-