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