Interface ListEnvironmentBlueprintsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEnvironmentBlueprintsResponse.Builder,ListEnvironmentBlueprintsResponse>,DataZoneResponse.Builder,SdkBuilder<ListEnvironmentBlueprintsResponse.Builder,ListEnvironmentBlueprintsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEnvironmentBlueprintsResponse
public static interface ListEnvironmentBlueprintsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentBlueprintsResponse.Builder,ListEnvironmentBlueprintsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentBlueprintsResponse.Builderitems(Collection<EnvironmentBlueprintSummary> items)The results of theListEnvironmentBlueprintsaction.ListEnvironmentBlueprintsResponse.Builderitems(Consumer<EnvironmentBlueprintSummary.Builder>... items)The results of theListEnvironmentBlueprintsaction.ListEnvironmentBlueprintsResponse.Builderitems(EnvironmentBlueprintSummary... items)The results of theListEnvironmentBlueprintsaction.ListEnvironmentBlueprintsResponse.BuildernextToken(String nextToken)When the number of blueprints in the environment is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of blueprints in the environment, the response includes a pagination token namedNextToken.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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 Detail
-
items
ListEnvironmentBlueprintsResponse.Builder items(Collection<EnvironmentBlueprintSummary> items)
The results of the
ListEnvironmentBlueprintsaction.- Parameters:
items- The results of theListEnvironmentBlueprintsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListEnvironmentBlueprintsResponse.Builder items(EnvironmentBlueprintSummary... items)
The results of the
ListEnvironmentBlueprintsaction.- Parameters:
items- The results of theListEnvironmentBlueprintsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListEnvironmentBlueprintsResponse.Builder items(Consumer<EnvironmentBlueprintSummary.Builder>... items)
The results of the
This is a convenience method that creates an instance of theListEnvironmentBlueprintsaction.EnvironmentBlueprintSummary.Builderavoiding the need to create one manually viaEnvironmentBlueprintSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onEnvironmentBlueprintSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListEnvironmentBlueprintsResponse.Builder nextToken(String nextToken)
When the number of blueprints in the environment is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of blueprints in the environment, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentBlueprintsto list the next set of blueprints.- Parameters:
nextToken- When the number of blueprints in the environment is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of blueprints in the environment, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentBlueprintsto list the next set of blueprints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-