Interface ListAccessPointsForObjectLambdaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAccessPointsForObjectLambdaResponse.Builder,ListAccessPointsForObjectLambdaResponse>,S3ControlResponse.Builder,SdkBuilder<ListAccessPointsForObjectLambdaResponse.Builder,ListAccessPointsForObjectLambdaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAccessPointsForObjectLambdaResponse
public static interface ListAccessPointsForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<ListAccessPointsForObjectLambdaResponse.Builder,ListAccessPointsForObjectLambdaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessPointsForObjectLambdaResponse.BuildernextToken(String nextToken)If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.ListAccessPointsForObjectLambdaResponse.BuilderobjectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)Returns list of Object Lambda Access Points.ListAccessPointsForObjectLambdaResponse.BuilderobjectLambdaAccessPointList(Consumer<ObjectLambdaAccessPoint.Builder>... objectLambdaAccessPointList)Returns list of Object Lambda Access Points.ListAccessPointsForObjectLambdaResponse.BuilderobjectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)Returns list of Object Lambda Access Points.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.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
-
objectLambdaAccessPointList
ListAccessPointsForObjectLambdaResponse.Builder objectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
- Parameters:
objectLambdaAccessPointList- Returns list of Object Lambda Access Points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectLambdaAccessPointList
ListAccessPointsForObjectLambdaResponse.Builder objectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
- Parameters:
objectLambdaAccessPointList- Returns list of Object Lambda Access Points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectLambdaAccessPointList
ListAccessPointsForObjectLambdaResponse.Builder objectLambdaAccessPointList(Consumer<ObjectLambdaAccessPoint.Builder>... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
This is a convenience method that creates an instance of theObjectLambdaAccessPoint.Builderavoiding the need to create one manually viaObjectLambdaAccessPoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#objectLambdaAccessPointList(List.) - Parameters:
objectLambdaAccessPointList- a consumer that will call methods onObjectLambdaAccessPoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#objectLambdaAccessPointList(java.util.Collection)
-
nextToken
ListAccessPointsForObjectLambdaResponse.Builder nextToken(String nextToken)
If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
- Parameters:
nextToken- If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-