Interface VerifiedAccessLogS3DestinationOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>,SdkBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>,SdkPojo
- Enclosing class:
- VerifiedAccessLogS3DestinationOptions
public static interface VerifiedAccessLogS3DestinationOptions.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifiedAccessLogS3DestinationOptions.BuilderbucketName(String bucketName)The bucket name.VerifiedAccessLogS3DestinationOptions.BuilderbucketOwner(String bucketOwner)The ID of the Amazon Web Services account that owns the Amazon S3 bucket.VerifiedAccessLogS3DestinationOptions.Builderenabled(Boolean enabled)Indicates whether logging is enabled.VerifiedAccessLogS3DestinationOptions.Builderprefix(String prefix)The bucket prefix.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
VerifiedAccessLogS3DestinationOptions.Builder enabled(Boolean enabled)
Indicates whether logging is enabled.
- Parameters:
enabled- Indicates whether logging is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketName
VerifiedAccessLogS3DestinationOptions.Builder bucketName(String bucketName)
The bucket name.
- Parameters:
bucketName- The bucket name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
VerifiedAccessLogS3DestinationOptions.Builder prefix(String prefix)
The bucket prefix.
- Parameters:
prefix- The bucket prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketOwner
VerifiedAccessLogS3DestinationOptions.Builder bucketOwner(String bucketOwner)
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
- Parameters:
bucketOwner- The ID of the Amazon Web Services account that owns the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-