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