Interface S3AccessConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3AccessConfig.Builder,
,S3AccessConfig> SdkBuilder<S3AccessConfig.Builder,
,S3AccessConfig> SdkPojo
- Enclosing class:
S3AccessConfig
@Mutable
@NotThreadSafe
public static interface S3AccessConfig.Builder
extends SdkPojo, CopyableBuilder<S3AccessConfig.Builder,S3AccessConfig>
-
Method Summary
Modifier and TypeMethodDescriptionaccessLogLocation
(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 Details
-
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.
-