Interface ListSessionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSessionsRequest.Builder,ListSessionsRequest>,GlueRequest.Builder,SdkBuilder<ListSessionsRequest.Builder,ListSessionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSessionsRequest
public static interface ListSessionsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListSessionsRequest.Builder,ListSessionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSessionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results.ListSessionsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more result.ListSessionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSessionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSessionsRequest.BuilderrequestOrigin(String requestOrigin)The origin of the request.ListSessionsRequest.Buildertags(Map<String,String> tags)Tags belonging to the session.-
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.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListSessionsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more result.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSessionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results.
- Parameters:
maxResults- The maximum number of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ListSessionsRequest.Builder tags(Map<String,String> tags)
Tags belonging to the session.
- Parameters:
tags- Tags belonging to the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestOrigin
ListSessionsRequest.Builder requestOrigin(String requestOrigin)
The origin of the request.
- Parameters:
requestOrigin- The origin of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-