Interface RedshiftSelfGrantStatusOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RedshiftSelfGrantStatusOutput.Builder,,- RedshiftSelfGrantStatusOutput> - SdkBuilder<RedshiftSelfGrantStatusOutput.Builder,,- RedshiftSelfGrantStatusOutput> - SdkPojo
- Enclosing class:
- RedshiftSelfGrantStatusOutput
@Mutable
@NotThreadSafe
public static interface RedshiftSelfGrantStatusOutput.Builder
extends SdkPojo, CopyableBuilder<RedshiftSelfGrantStatusOutput.Builder,RedshiftSelfGrantStatusOutput> 
- 
Method SummaryModifier and TypeMethodDescriptionselfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails) The details for the self granting status for an Amazon Redshift data source.selfGrantStatusDetails(Consumer<SelfGrantStatusDetail.Builder>... selfGrantStatusDetails) The details for the self granting status for an Amazon Redshift data source.selfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails) 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- 
selfGrantStatusDetailsRedshiftSelfGrantStatusOutput.Builder selfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails) The details for the self granting status for an Amazon Redshift data source. - Parameters:
- selfGrantStatusDetails- 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.
 
- 
selfGrantStatusDetailsRedshiftSelfGrantStatusOutput.Builder selfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails) The details for the self granting status for an Amazon Redshift data source. - Parameters:
- selfGrantStatusDetails- 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.
 
- 
selfGrantStatusDetailsRedshiftSelfGrantStatusOutput.Builder selfGrantStatusDetails(Consumer<SelfGrantStatusDetail.Builder>... selfGrantStatusDetails) The details for the self granting status for an Amazon Redshift data source. This is a convenience method that creates an instance of theSelfGrantStatusDetail.Builderavoiding the need to create one manually viaSelfGrantStatusDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselfGrantStatusDetails(List<SelfGrantStatusDetail>).- Parameters:
- selfGrantStatusDetails- a consumer that will call methods on- SelfGrantStatusDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-