Interface ListHostedConfigurationVersionsResponse.Builder
-
- All Superinterfaces:
AppConfigResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListHostedConfigurationVersionsResponse.Builder,ListHostedConfigurationVersionsResponse>,SdkBuilder<ListHostedConfigurationVersionsResponse.Builder,ListHostedConfigurationVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListHostedConfigurationVersionsResponse
public static interface ListHostedConfigurationVersionsResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<ListHostedConfigurationVersionsResponse.Builder,ListHostedConfigurationVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHostedConfigurationVersionsResponse.Builderitems(Collection<HostedConfigurationVersionSummary> items)The elements from this collection.ListHostedConfigurationVersionsResponse.Builderitems(Consumer<HostedConfigurationVersionSummary.Builder>... items)The elements from this collection.ListHostedConfigurationVersionsResponse.Builderitems(HostedConfigurationVersionSummary... items)The elements from this collection.ListHostedConfigurationVersionsResponse.BuildernextToken(String nextToken)The token for the next set of items to return.-
Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigResponse.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
-
items
ListHostedConfigurationVersionsResponse.Builder items(Collection<HostedConfigurationVersionSummary> items)
The elements from this collection.
- Parameters:
items- The elements from this collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListHostedConfigurationVersionsResponse.Builder items(HostedConfigurationVersionSummary... items)
The elements from this collection.
- Parameters:
items- The elements from this collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListHostedConfigurationVersionsResponse.Builder items(Consumer<HostedConfigurationVersionSummary.Builder>... items)
The elements from this collection.
This is a convenience method that creates an instance of theHostedConfigurationVersionSummary.Builderavoiding the need to create one manually viaHostedConfigurationVersionSummary.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 onHostedConfigurationVersionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListHostedConfigurationVersionsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
- Parameters:
nextToken- The token for the next set of items to return. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-