Interface SelfGrantStatusDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SelfGrantStatusDetail.Builder,
,SelfGrantStatusDetail> SdkBuilder<SelfGrantStatusDetail.Builder,
,SelfGrantStatusDetail> SdkPojo
- Enclosing class:
SelfGrantStatusDetail
@Mutable
@NotThreadSafe
public static interface SelfGrantStatusDetail.Builder
extends SdkPojo, CopyableBuilder<SelfGrantStatusDetail.Builder,SelfGrantStatusDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) The name of the database used for the data source.failureCause
(String failureCause) The reason for why the operation failed.schemaName
(String schemaName) The name of the schema used in the data source.The self granting status of the data source.status
(SelfGrantStatus status) The self granting status of the data source.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
-
databaseName
The name of the database used for the data source.
- Parameters:
databaseName
- The name of the database used for the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCause
The reason for why the operation failed.
- Parameters:
failureCause
- The reason for why the operation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
The name of the schema used in the data source.
- Parameters:
schemaName
- The name of the schema used in the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The self granting status of the data source.
- Parameters:
status
- The self granting status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The self granting status of the data source.
- Parameters:
status
- The self granting status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-