Interface SelfGrantStatusOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SelfGrantStatusOutput.Builder,SelfGrantStatusOutput>,SdkBuilder<SelfGrantStatusOutput.Builder,SelfGrantStatusOutput>,SdkPojo
- Enclosing class:
- SelfGrantStatusOutput
public static interface SelfGrantStatusOutput.Builder extends SdkPojo, CopyableBuilder<SelfGrantStatusOutput.Builder,SelfGrantStatusOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SelfGrantStatusOutput.BuilderglueSelfGrantStatus(Consumer<GlueSelfGrantStatusOutput.Builder> glueSelfGrantStatus)The details for the self granting status for a Glue data source.SelfGrantStatusOutput.BuilderglueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)The details for the self granting status for a Glue data source.default SelfGrantStatusOutput.BuilderredshiftSelfGrantStatus(Consumer<RedshiftSelfGrantStatusOutput.Builder> redshiftSelfGrantStatus)The details for the self granting status for an Amazon Redshift data source.SelfGrantStatusOutput.BuilderredshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)The details for the self granting status for an Amazon Redshift 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
-
glueSelfGrantStatus
SelfGrantStatusOutput.Builder glueSelfGrantStatus(GlueSelfGrantStatusOutput glueSelfGrantStatus)
The details for the self granting status for a Glue data source.
- Parameters:
glueSelfGrantStatus- The details for the self granting status for a Glue data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueSelfGrantStatus
default SelfGrantStatusOutput.Builder glueSelfGrantStatus(Consumer<GlueSelfGrantStatusOutput.Builder> glueSelfGrantStatus)
The details for the self granting status for a Glue data source.
This is a convenience method that creates an instance of theGlueSelfGrantStatusOutput.Builderavoiding the need to create one manually viaGlueSelfGrantStatusOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglueSelfGrantStatus(GlueSelfGrantStatusOutput).- Parameters:
glueSelfGrantStatus- a consumer that will call methods onGlueSelfGrantStatusOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
glueSelfGrantStatus(GlueSelfGrantStatusOutput)
-
redshiftSelfGrantStatus
SelfGrantStatusOutput.Builder redshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus)
The details for the self granting status for an Amazon Redshift data source.
- Parameters:
redshiftSelfGrantStatus- The details for the self granting status for an Amazon Redshift data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redshiftSelfGrantStatus
default SelfGrantStatusOutput.Builder redshiftSelfGrantStatus(Consumer<RedshiftSelfGrantStatusOutput.Builder> redshiftSelfGrantStatus)
The details for the self granting status for an Amazon Redshift data source.
This is a convenience method that creates an instance of theRedshiftSelfGrantStatusOutput.Builderavoiding the need to create one manually viaRedshiftSelfGrantStatusOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toredshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput).- Parameters:
redshiftSelfGrantStatus- a consumer that will call methods onRedshiftSelfGrantStatusOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
redshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput)
-
-