public static interface ListSessionsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListSessionsRequest.Builder,ListSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSessionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results.
|
ListSessionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more result.
|
ListSessionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSessionsRequest.Builder |
requestOrigin(String requestOrigin)
The origin of the request.
|
ListSessionsRequest.Builder |
tags(Map<String,String> tags)
Tags belonging to the session.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSessionsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more result.
nextToken - The token for the next set of results, or null if there are no more result.ListSessionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results.
maxResults - The maximum number of results.ListSessionsRequest.Builder tags(Map<String,String> tags)
Tags belonging to the session.
tags - Tags belonging to the session.ListSessionsRequest.Builder requestOrigin(String requestOrigin)
The origin of the request.
requestOrigin - The origin of the request.ListSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.