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