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 Summary
Modifier and TypeMethodDescriptiondefault SelfGrantStatusOutput.Builder
glueSelfGrantStatus
(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.Builder
redshiftSelfGrantStatus
(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.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
-
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.Builder
avoiding the need to create one manually viaGlueSelfGrantStatusOutput.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaRedshiftSelfGrantStatusOutput.builder()
.When the
Consumer
completes,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:
-