Interface SelfGrantStatusOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SelfGrantStatusOutput.Builder,,- SelfGrantStatusOutput> - SdkBuilder<SelfGrantStatusOutput.Builder,,- SelfGrantStatusOutput> - SdkPojo
- Enclosing class:
- SelfGrantStatusOutput
@Mutable
@NotThreadSafe
public static interface SelfGrantStatusOutput.Builder
extends SdkPojo, CopyableBuilder<SelfGrantStatusOutput.Builder,SelfGrantStatusOutput> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault SelfGrantStatusOutput.BuilderglueSelfGrantStatus(Consumer<GlueSelfGrantStatusOutput.Builder> glueSelfGrantStatus) The details for the self granting status for a Glue data source.glueSelfGrantStatus(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.redshiftSelfGrantStatus(RedshiftSelfGrantStatusOutput redshiftSelfGrantStatus) The details for the self granting status for an Amazon Redshift data source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
glueSelfGrantStatusThe 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.
 
- 
glueSelfGrantStatusdefault 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 on- GlueSelfGrantStatusOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
redshiftSelfGrantStatusSelfGrantStatusOutput.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.
 
- 
redshiftSelfGrantStatusdefault 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 on- RedshiftSelfGrantStatusOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-