Interface SelfGrantStatusDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelfGrantStatusDetail.Builder,SelfGrantStatusDetail>,SdkBuilder<SelfGrantStatusDetail.Builder,SelfGrantStatusDetail>,SdkPojo
- Enclosing class:
- SelfGrantStatusDetail
public static interface SelfGrantStatusDetail.Builder extends SdkPojo, CopyableBuilder<SelfGrantStatusDetail.Builder,SelfGrantStatusDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfGrantStatusDetail.BuilderdatabaseName(String databaseName)The name of the database used for the data source.SelfGrantStatusDetail.BuilderfailureCause(String failureCause)The reason for why the operation failed.SelfGrantStatusDetail.BuilderschemaName(String schemaName)The name of the schema used in the data source.SelfGrantStatusDetail.Builderstatus(String status)The self granting status of the data source.SelfGrantStatusDetail.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
databaseName
SelfGrantStatusDetail.Builder databaseName(String 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
SelfGrantStatusDetail.Builder failureCause(String 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
SelfGrantStatusDetail.Builder schemaName(String 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
SelfGrantStatusDetail.Builder status(String 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:
SelfGrantStatus,SelfGrantStatus
-
status
SelfGrantStatusDetail.Builder status(SelfGrantStatus 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:
SelfGrantStatus,SelfGrantStatus
-
-