public static interface ListDevEnvironmentSessionsRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<ListDevEnvironmentSessionsRequest.Builder,ListDevEnvironmentSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevEnvironmentSessionsRequest.Builder |
devEnvironmentId(String devEnvironmentId)
The system-generated unique ID of the Dev Environment.
|
ListDevEnvironmentSessionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API.
|
ListDevEnvironmentSessionsRequest.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
ListDevEnvironmentSessionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevEnvironmentSessionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevEnvironmentSessionsRequest.Builder |
projectName(String projectName)
The name of the project in the space.
|
ListDevEnvironmentSessionsRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevEnvironmentSessionsRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.ListDevEnvironmentSessionsRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.ListDevEnvironmentSessionsRequest.Builder devEnvironmentId(String devEnvironmentId)
The system-generated unique ID of the Dev Environment.
devEnvironmentId - The system-generated unique ID of the Dev Environment.ListDevEnvironmentSessionsRequest.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.ListDevEnvironmentSessionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to show in a single call to this API. If the number of results is larger than
the number you specified, the response will include a NextToken element, which you can use to
obtain additional results.
maxResults - The maximum number of results to show in a single call to this API. If the number of results is larger
than the number you specified, the response will include a NextToken element, which you
can use to obtain additional results.ListDevEnvironmentSessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevEnvironmentSessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.