Interface ListWorldGenerationJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListWorldGenerationJobsResponse.Builder,
,ListWorldGenerationJobsResponse> RoboMakerResponse.Builder
,SdkBuilder<ListWorldGenerationJobsResponse.Builder,
,ListWorldGenerationJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListWorldGenerationJobsResponse
public static interface ListWorldGenerationJobsResponse.Builder
extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<ListWorldGenerationJobsResponse.Builder,ListWorldGenerationJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the previous paginated request did not return all of the remaining results, the response object'snextToken
parameter value is set to a token.worldGenerationJobSummaries
(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries) Summary information for world generator jobs.worldGenerationJobSummaries
(Consumer<WorldGenerationJobSummary.Builder>... worldGenerationJobSummaries) Summary information for world generator jobs.worldGenerationJobSummaries
(WorldGenerationJobSummary... worldGenerationJobSummaries) Summary information for world generator jobs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
worldGenerationJobSummaries
ListWorldGenerationJobsResponse.Builder worldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries) Summary information for world generator jobs.
- Parameters:
worldGenerationJobSummaries
- Summary information for world generator jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
worldGenerationJobSummaries
ListWorldGenerationJobsResponse.Builder worldGenerationJobSummaries(WorldGenerationJobSummary... worldGenerationJobSummaries) Summary information for world generator jobs.
- Parameters:
worldGenerationJobSummaries
- Summary information for world generator jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
worldGenerationJobSummaries
ListWorldGenerationJobsResponse.Builder worldGenerationJobSummaries(Consumer<WorldGenerationJobSummary.Builder>... worldGenerationJobSummaries) Summary information for world generator jobs.
This is a convenience method that creates an instance of theWorldGenerationJobSummary.Builder
avoiding the need to create one manually viaWorldGenerationJobSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworldGenerationJobSummaries(List<WorldGenerationJobSummary>)
.- Parameters:
worldGenerationJobSummaries
- a consumer that will call methods onWorldGenerationJobSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the previous paginated request did not return all of the remaining results, the response object's
nextToken
parameter value is set to a token. To retrieve the next set of results, callListWorldGeneratorJobsRequest
again and assign that token to the request object'snextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.- Parameters:
nextToken
- If the previous paginated request did not return all of the remaining results, the response object'snextToken
parameter value is set to a token. To retrieve the next set of results, callListWorldGeneratorJobsRequest
again and assign that token to the request object'snextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-