Interface ListConnectionFunctionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<ListConnectionFunctionsResponse.Builder,,ListConnectionFunctionsResponse> SdkBuilder<ListConnectionFunctionsResponse.Builder,,ListConnectionFunctionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListConnectionFunctionsResponse
@Mutable
@NotThreadSafe
public static interface ListConnectionFunctionsResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListConnectionFunctionsResponse.Builder,ListConnectionFunctionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionFunctions(Collection<ConnectionFunctionSummary> connectionFunctions) A list of connection functions.connectionFunctions(Consumer<ConnectionFunctionSummary.Builder>... connectionFunctions) A list of connection functions.connectionFunctions(ConnectionFunctionSummary... connectionFunctions) A list of connection functions.nextMarker(String nextMarker) Indicates the next page of connection functions.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
nextMarker
Indicates the next page of connection functions. To get the next page of the list, use this value in the
Markerfield of your request.- Parameters:
nextMarker- Indicates the next page of connection functions. To get the next page of the list, use this value in theMarkerfield of your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctions
ListConnectionFunctionsResponse.Builder connectionFunctions(Collection<ConnectionFunctionSummary> connectionFunctions) A list of connection functions.
- Parameters:
connectionFunctions- A list of connection functions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctions
ListConnectionFunctionsResponse.Builder connectionFunctions(ConnectionFunctionSummary... connectionFunctions) A list of connection functions.
- Parameters:
connectionFunctions- A list of connection functions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionFunctions
ListConnectionFunctionsResponse.Builder connectionFunctions(Consumer<ConnectionFunctionSummary.Builder>... connectionFunctions) A list of connection functions.
This is a convenience method that creates an instance of theConnectionFunctionSummary.Builderavoiding the need to create one manually viaConnectionFunctionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectionFunctions(List<ConnectionFunctionSummary>).- Parameters:
connectionFunctions- a consumer that will call methods onConnectionFunctionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-