Interface ListFlexComponentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFlexComponentsResponse.Builder,,ListFlexComponentsResponse> OdbResponse.Builder,SdkBuilder<ListFlexComponentsResponse.Builder,,ListFlexComponentsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFlexComponentsResponse
@Mutable
@NotThreadSafe
public static interface ListFlexComponentsResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<ListFlexComponentsResponse.Builder,ListFlexComponentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflexComponents(Collection<FlexComponentSummary> flexComponents) The list of flex components along with their properties.flexComponents(Consumer<FlexComponentSummary.Builder>... flexComponents) The list of flex components along with their properties.flexComponents(FlexComponentSummary... flexComponents) The list of flex components along with their properties.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flexComponents
The list of flex components along with their properties.
- Parameters:
flexComponents- The list of flex components along with their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flexComponents
The list of flex components along with their properties.
- Parameters:
flexComponents- The list of flex components along with their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flexComponents
ListFlexComponentsResponse.Builder flexComponents(Consumer<FlexComponentSummary.Builder>... flexComponents) The list of flex components along with their properties.
This is a convenience method that creates an instance of theFlexComponentSummary.Builderavoiding the need to create one manually viaFlexComponentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflexComponents(List<FlexComponentSummary>).- Parameters:
flexComponents- a consumer that will call methods onFlexComponentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-