Interface S3PropertiesOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3PropertiesOutput.Builder,
,S3PropertiesOutput> SdkBuilder<S3PropertiesOutput.Builder,
,S3PropertiesOutput> SdkPojo
- Enclosing class:
S3PropertiesOutput
@Mutable
@NotThreadSafe
public static interface S3PropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<S3PropertiesOutput.Builder,S3PropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) The error message that gets displayed.s3AccessGrantLocationId
(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.The status of the Amazon S3 connection.status
(ConnectionStatus status) The status of the Amazon S3 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
-
errorMessage
The error message that gets displayed.
- Parameters:
errorMessage
- The error message that gets displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
status
The status of the Amazon S3 connection.
- Parameters:
status
- The status of the Amazon S3 connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Amazon S3 connection.
- Parameters:
status
- The status of the Amazon S3 connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-