Uses of Interface
software.amazon.awssdk.services.datazone.model.RedshiftSelfGrantStatusOutput.Builder
-
Packages that use RedshiftSelfGrantStatusOutput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftSelfGrantStatusOutput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftSelfGrantStatusOutput.Builder Modifier and Type Method Description static RedshiftSelfGrantStatusOutput.BuilderRedshiftSelfGrantStatusOutput. builder()RedshiftSelfGrantStatusOutput.BuilderRedshiftSelfGrantStatusOutput.Builder. selfGrantStatusDetails(Collection<SelfGrantStatusDetail> selfGrantStatusDetails)The details for the self granting status for an Amazon Redshift data source.RedshiftSelfGrantStatusOutput.BuilderRedshiftSelfGrantStatusOutput.Builder. selfGrantStatusDetails(Consumer<SelfGrantStatusDetail.Builder>... selfGrantStatusDetails)The details for the self granting status for an Amazon Redshift data source.RedshiftSelfGrantStatusOutput.BuilderRedshiftSelfGrantStatusOutput.Builder. selfGrantStatusDetails(SelfGrantStatusDetail... selfGrantStatusDetails)The details for the self granting status for an Amazon Redshift data source.RedshiftSelfGrantStatusOutput.BuilderRedshiftSelfGrantStatusOutput. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RedshiftSelfGrantStatusOutput.Builder Modifier and Type Method Description static Class<? extends RedshiftSelfGrantStatusOutput.Builder>RedshiftSelfGrantStatusOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RedshiftSelfGrantStatusOutput.Builder Modifier and Type Method Description static SelfGrantStatusOutputSelfGrantStatusOutput. fromRedshiftSelfGrantStatus(Consumer<RedshiftSelfGrantStatusOutput.Builder> redshiftSelfGrantStatus)Create an instance of this class withSelfGrantStatusOutput.redshiftSelfGrantStatus()initialized to the given value.default SelfGrantStatusOutput.BuilderSelfGrantStatusOutput.Builder. redshiftSelfGrantStatus(Consumer<RedshiftSelfGrantStatusOutput.Builder> redshiftSelfGrantStatus)The details for the self granting status for an Amazon Redshift data source.
-