Interface ListPagesByEngagementRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPagesByEngagementRequest.Builder,ListPagesByEngagementRequest>,SdkBuilder<ListPagesByEngagementRequest.Builder,ListPagesByEngagementRequest>,SdkPojo,SdkRequest.Builder,SsmContactsRequest.Builder
- Enclosing class:
- ListPagesByEngagementRequest
public static interface ListPagesByEngagementRequest.Builder extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<ListPagesByEngagementRequest.Builder,ListPagesByEngagementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPagesByEngagementRequest.BuilderengagementId(String engagementId)The Amazon Resource Name (ARN) of the engagement.ListPagesByEngagementRequest.BuildermaxResults(Integer maxResults)The maximum number of engagements to contact channels to list per page of results.ListPagesByEngagementRequest.BuildernextToken(String nextToken)The pagination token to continue to the next page of results.ListPagesByEngagementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPagesByEngagementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
engagementId
ListPagesByEngagementRequest.Builder engagementId(String engagementId)
The Amazon Resource Name (ARN) of the engagement.
- Parameters:
engagementId- The Amazon Resource Name (ARN) of the engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPagesByEngagementRequest.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
ListPagesByEngagementRequest.Builder maxResults(Integer maxResults)
The maximum number of engagements to contact channels to list per page of results.
- Parameters:
maxResults- The maximum number of engagements to contact channels to list per page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPagesByEngagementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPagesByEngagementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-