Interface ServiceIntegrationsUnion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ServiceIntegrationsUnion.Builder,,ServiceIntegrationsUnion> SdkBuilder<ServiceIntegrationsUnion.Builder,,ServiceIntegrationsUnion> SdkPojo
- Enclosing class:
 ServiceIntegrationsUnion
public static interface ServiceIntegrationsUnion.Builder
extends SdkPojo, CopyableBuilder<ServiceIntegrationsUnion.Builder,ServiceIntegrationsUnion> 
- 
Method Summary
Modifier and TypeMethodDescriptionlakeFormation(Collection<LakeFormationScopeUnion> lakeFormation) A list of scopes set up for Lake Formation integration.lakeFormation(Consumer<LakeFormationScopeUnion.Builder>... lakeFormation) A list of scopes set up for Lake Formation integration.lakeFormation(LakeFormationScopeUnion... lakeFormation) A list of scopes set up for Lake Formation integration.s3AccessGrants(Collection<S3AccessGrantsScopeUnion> s3AccessGrants) A list of scopes set up for S3 Access Grants integration.s3AccessGrants(Consumer<S3AccessGrantsScopeUnion.Builder>... s3AccessGrants) A list of scopes set up for S3 Access Grants integration.s3AccessGrants(S3AccessGrantsScopeUnion... s3AccessGrants) A list of scopes set up for S3 Access Grants integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
lakeFormation
A list of scopes set up for Lake Formation integration.
- Parameters:
 lakeFormation- A list of scopes set up for Lake Formation integration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lakeFormation
A list of scopes set up for Lake Formation integration.
- Parameters:
 lakeFormation- A list of scopes set up for Lake Formation integration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lakeFormation
ServiceIntegrationsUnion.Builder lakeFormation(Consumer<LakeFormationScopeUnion.Builder>... lakeFormation) A list of scopes set up for Lake Formation integration.
This is a convenience method that creates an instance of theLakeFormationScopeUnion.Builderavoiding the need to create one manually viaLakeFormationScopeUnion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolakeFormation(List<LakeFormationScopeUnion>).- Parameters:
 lakeFormation- a consumer that will call methods onLakeFormationScopeUnion.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
s3AccessGrants
ServiceIntegrationsUnion.Builder s3AccessGrants(Collection<S3AccessGrantsScopeUnion> s3AccessGrants) A list of scopes set up for S3 Access Grants integration.
- Parameters:
 s3AccessGrants- A list of scopes set up for S3 Access Grants integration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
s3AccessGrants
A list of scopes set up for S3 Access Grants integration.
- Parameters:
 s3AccessGrants- A list of scopes set up for S3 Access Grants integration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
s3AccessGrants
ServiceIntegrationsUnion.Builder s3AccessGrants(Consumer<S3AccessGrantsScopeUnion.Builder>... s3AccessGrants) A list of scopes set up for S3 Access Grants integration.
This is a convenience method that creates an instance of theS3AccessGrantsScopeUnion.Builderavoiding the need to create one manually viaS3AccessGrantsScopeUnion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3AccessGrants(List<S3AccessGrantsScopeUnion>).- Parameters:
 s3AccessGrants- a consumer that will call methods onS3AccessGrantsScopeUnion.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -