Interface GetAccessPointConfigurationForObjectLambdaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAccessPointConfigurationForObjectLambdaResponse.Builder,GetAccessPointConfigurationForObjectLambdaResponse>,S3ControlResponse.Builder,SdkBuilder<GetAccessPointConfigurationForObjectLambdaResponse.Builder,GetAccessPointConfigurationForObjectLambdaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAccessPointConfigurationForObjectLambdaResponse
public static interface GetAccessPointConfigurationForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<GetAccessPointConfigurationForObjectLambdaResponse.Builder,GetAccessPointConfigurationForObjectLambdaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAccessPointConfigurationForObjectLambdaResponse.Builderconfiguration(Consumer<ObjectLambdaConfiguration.Builder> configuration)Object Lambda Access Point configuration document.GetAccessPointConfigurationForObjectLambdaResponse.Builderconfiguration(ObjectLambdaConfiguration configuration)Object Lambda Access Point configuration document.-
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
-
configuration
GetAccessPointConfigurationForObjectLambdaResponse.Builder configuration(ObjectLambdaConfiguration configuration)
Object Lambda Access Point configuration document.
- Parameters:
configuration- Object Lambda Access Point configuration document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default GetAccessPointConfigurationForObjectLambdaResponse.Builder configuration(Consumer<ObjectLambdaConfiguration.Builder> configuration)
Object Lambda Access Point configuration document.
This is a convenience method that creates an instance of theObjectLambdaConfiguration.Builderavoiding the need to create one manually viaObjectLambdaConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(ObjectLambdaConfiguration).- Parameters:
configuration- a consumer that will call methods onObjectLambdaConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(ObjectLambdaConfiguration)
-
-