Interface ListAudienceGenerationJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsMlResponse.Builder,CopyableBuilder<ListAudienceGenerationJobsResponse.Builder,ListAudienceGenerationJobsResponse>,SdkBuilder<ListAudienceGenerationJobsResponse.Builder,ListAudienceGenerationJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAudienceGenerationJobsResponse
public static interface ListAudienceGenerationJobsResponse.Builder extends CleanRoomsMlResponse.Builder, SdkPojo, CopyableBuilder<ListAudienceGenerationJobsResponse.Builder,ListAudienceGenerationJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAudienceGenerationJobsResponse.BuilderaudienceGenerationJobs(Collection<AudienceGenerationJobSummary> audienceGenerationJobs)The audience generation jobs that match the request.ListAudienceGenerationJobsResponse.BuilderaudienceGenerationJobs(Consumer<AudienceGenerationJobSummary.Builder>... audienceGenerationJobs)The audience generation jobs that match the request.ListAudienceGenerationJobsResponse.BuilderaudienceGenerationJobs(AudienceGenerationJobSummary... audienceGenerationJobs)The audience generation jobs that match the request.ListAudienceGenerationJobsResponse.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.-
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlResponse.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
audienceGenerationJobs
ListAudienceGenerationJobsResponse.Builder audienceGenerationJobs(Collection<AudienceGenerationJobSummary> audienceGenerationJobs)
The audience generation jobs that match the request.
- Parameters:
audienceGenerationJobs- The audience generation jobs that match the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audienceGenerationJobs
ListAudienceGenerationJobsResponse.Builder audienceGenerationJobs(AudienceGenerationJobSummary... audienceGenerationJobs)
The audience generation jobs that match the request.
- Parameters:
audienceGenerationJobs- The audience generation jobs that match the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audienceGenerationJobs
ListAudienceGenerationJobsResponse.Builder audienceGenerationJobs(Consumer<AudienceGenerationJobSummary.Builder>... audienceGenerationJobs)
The audience generation jobs that match the request.
This is a convenience method that creates an instance of theAudienceGenerationJobSummary.Builderavoiding the need to create one manually viaAudienceGenerationJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#audienceGenerationJobs(List.) - Parameters:
audienceGenerationJobs- a consumer that will call methods onAudienceGenerationJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#audienceGenerationJobs(java.util.Collection)
-
nextToken
ListAudienceGenerationJobsResponse.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-