Interface ListEnvironmentBlueprintConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEnvironmentBlueprintConfigurationsResponse.Builder,ListEnvironmentBlueprintConfigurationsResponse>,DataZoneResponse.Builder,SdkBuilder<ListEnvironmentBlueprintConfigurationsResponse.Builder,ListEnvironmentBlueprintConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEnvironmentBlueprintConfigurationsResponse
public static interface ListEnvironmentBlueprintConfigurationsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentBlueprintConfigurationsResponse.Builder,ListEnvironmentBlueprintConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentBlueprintConfigurationsResponse.Builderitems(Collection<EnvironmentBlueprintConfigurationItem> items)The results of theListEnvironmentBlueprintConfigurationsaction.ListEnvironmentBlueprintConfigurationsResponse.Builderitems(Consumer<EnvironmentBlueprintConfigurationItem.Builder>... items)The results of theListEnvironmentBlueprintConfigurationsaction.ListEnvironmentBlueprintConfigurationsResponse.Builderitems(EnvironmentBlueprintConfigurationItem... items)The results of theListEnvironmentBlueprintConfigurationsaction.ListEnvironmentBlueprintConfigurationsResponse.BuildernextToken(String nextToken)When the number of blueprint configurations is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of configurations, 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
ListEnvironmentBlueprintConfigurationsResponse.Builder items(Collection<EnvironmentBlueprintConfigurationItem> items)
The results of the
ListEnvironmentBlueprintConfigurationsaction.- Parameters:
items- The results of theListEnvironmentBlueprintConfigurationsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListEnvironmentBlueprintConfigurationsResponse.Builder items(EnvironmentBlueprintConfigurationItem... items)
The results of the
ListEnvironmentBlueprintConfigurationsaction.- Parameters:
items- The results of theListEnvironmentBlueprintConfigurationsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListEnvironmentBlueprintConfigurationsResponse.Builder items(Consumer<EnvironmentBlueprintConfigurationItem.Builder>... items)
The results of the
This is a convenience method that creates an instance of theListEnvironmentBlueprintConfigurationsaction.EnvironmentBlueprintConfigurationItem.Builderavoiding the need to create one manually viaEnvironmentBlueprintConfigurationItem.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 onEnvironmentBlueprintConfigurationItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListEnvironmentBlueprintConfigurationsResponse.Builder nextToken(String nextToken)
When the number of blueprint configurations is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of configurations, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentBlueprintConfigurationsto list the next set of configurations.- Parameters:
nextToken- When the number of blueprint configurations is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of configurations, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentBlueprintConfigurationsto list the next set of configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-