Interface ObjectLambdaAccessPoint.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ObjectLambdaAccessPoint.Builder,,- ObjectLambdaAccessPoint> - SdkBuilder<ObjectLambdaAccessPoint.Builder,,- ObjectLambdaAccessPoint> - SdkPojo
- Enclosing class:
- ObjectLambdaAccessPoint
@Mutable
@NotThreadSafe
public static interface ObjectLambdaAccessPoint.Builder
extends SdkPojo, CopyableBuilder<ObjectLambdaAccessPoint.Builder,ObjectLambdaAccessPoint> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault ObjectLambdaAccessPoint.BuilderThe alias of the Object Lambda Access Point.The alias of the Object Lambda Access Point.The name of the Object Lambda Access Point.objectLambdaAccessPointArn(String objectLambdaAccessPointArn) Specifies the ARN for the Object Lambda Access Point.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the Object Lambda Access Point. - Parameters:
- name- The name of the Object Lambda Access Point.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
objectLambdaAccessPointArnSpecifies 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.
 
- 
aliasThe 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.
 
- 
aliasThe 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 on- ObjectLambdaAccessPointAlias.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-