Interface S3AccessConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3AccessConfig.Builder,S3AccessConfig>,SdkBuilder<S3AccessConfig.Builder,S3AccessConfig>,SdkPojo
- Enclosing class:
- S3AccessConfig
public static interface S3AccessConfig.Builder extends SdkPojo, CopyableBuilder<S3AccessConfig.Builder,S3AccessConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3AccessConfig.BuilderaccessLogLocation(String accessLogLocation)Location of the access logs.-
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
-
accessLogLocation
S3AccessConfig.Builder accessLogLocation(String accessLogLocation)
Location of the access logs.
- Parameters:
accessLogLocation- Location of the access logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-