Interface S3PropertiesInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3PropertiesInput.Builder,
,S3PropertiesInput> SdkBuilder<S3PropertiesInput.Builder,
,S3PropertiesInput> SdkPojo
- Enclosing class:
S3PropertiesInput
@Mutable
@NotThreadSafe
public static interface S3PropertiesInput.Builder
extends SdkPojo, CopyableBuilder<S3PropertiesInput.Builder,S3PropertiesInput>
-
Method Summary
Modifier and TypeMethodDescriptions3AccessGrantLocationId
(String s3AccessGrantLocationId) The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.The Amazon S3 URI that's part of the Amazon S3 properties of a connection.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
-
s3AccessGrantLocationId
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
- Parameters:
s3AccessGrantLocationId
- The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
- Parameters:
s3Uri
- The Amazon S3 URI that's part of the Amazon S3 properties of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-