Interface CreateAccessPointForObjectLambdaResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAccessPointForObjectLambdaResponse.Builder,CreateAccessPointForObjectLambdaResponse>,S3ControlResponse.Builder,SdkBuilder<CreateAccessPointForObjectLambdaResponse.Builder,CreateAccessPointForObjectLambdaResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAccessPointForObjectLambdaResponse
public static interface CreateAccessPointForObjectLambdaResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessPointForObjectLambdaResponse.Builder,CreateAccessPointForObjectLambdaResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateAccessPointForObjectLambdaResponse.Builderalias(Consumer<ObjectLambdaAccessPointAlias.Builder> alias)The alias of the Object Lambda Access Point.CreateAccessPointForObjectLambdaResponse.Builderalias(ObjectLambdaAccessPointAlias alias)The alias of the Object Lambda Access Point.CreateAccessPointForObjectLambdaResponse.BuilderobjectLambdaAccessPointArn(String objectLambdaAccessPointArn)Specifies the ARN for the Object Lambda Access Point.-
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
-
objectLambdaAccessPointArn
CreateAccessPointForObjectLambdaResponse.Builder objectLambdaAccessPointArn(String objectLambdaAccessPointArn)
Specifies the ARN for the Object Lambda Access Point.
- Parameters:
objectLambdaAccessPointArn- Specifies the ARN for the Object Lambda Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
CreateAccessPointForObjectLambdaResponse.Builder alias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
- Parameters:
alias- The alias of the Object Lambda Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
default CreateAccessPointForObjectLambdaResponse.Builder alias(Consumer<ObjectLambdaAccessPointAlias.Builder> alias)
The alias of the Object Lambda Access Point.
This is a convenience method that creates an instance of theObjectLambdaAccessPointAlias.Builderavoiding the need to create one manually viaObjectLambdaAccessPointAlias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toalias(ObjectLambdaAccessPointAlias).- Parameters:
alias- a consumer that will call methods onObjectLambdaAccessPointAlias.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
alias(ObjectLambdaAccessPointAlias)
-
-