public static interface ScopeDetails.Builder extends SdkPojo, CopyableBuilder<ScopeDetails.Builder,ScopeDetails>
| Modifier and Type | Method and Description |
|---|---|
ScopeDetails.Builder |
lakeFormationTagPolicies(Collection<LakeFormationTagPolicyDetails> lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
|
ScopeDetails.Builder |
lakeFormationTagPolicies(Consumer<LakeFormationTagPolicyDetails.Builder>... lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
|
ScopeDetails.Builder |
lakeFormationTagPolicies(LakeFormationTagPolicyDetails... lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
|
ScopeDetails.Builder |
redshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
|
ScopeDetails.Builder |
redshiftDataShares(Consumer<RedshiftDataShareDetails.Builder>... redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
|
ScopeDetails.Builder |
redshiftDataShares(RedshiftDataShareDetails... redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
|
ScopeDetails.Builder |
s3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
|
ScopeDetails.Builder |
s3DataAccesses(Consumer<S3DataAccessDetails.Builder>... s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
|
ScopeDetails.Builder |
s3DataAccesses(S3DataAccessDetails... s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScopeDetails.Builder lakeFormationTagPolicies(Collection<LakeFormationTagPolicyDetails> lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
lakeFormationTagPolicies - Underlying LF resources that will be affected by this notification.ScopeDetails.Builder lakeFormationTagPolicies(LakeFormationTagPolicyDetails... lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
lakeFormationTagPolicies - Underlying LF resources that will be affected by this notification.ScopeDetails.Builder lakeFormationTagPolicies(Consumer<LakeFormationTagPolicyDetails.Builder>... lakeFormationTagPolicies)
Underlying LF resources that will be affected by this notification.
This is a convenience method that creates an instance of theLakeFormationTagPolicyDetails.Builder avoiding the
need to create one manually via
LakeFormationTagPolicyDetails.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #lakeFormationTagPolicies(List.
lakeFormationTagPolicies - a consumer that will call methods on
LakeFormationTagPolicyDetails.Builder#lakeFormationTagPolicies(java.util.Collection) ScopeDetails.Builder redshiftDataShares(Collection<RedshiftDataShareDetails> redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
redshiftDataShares - Underlying Redshift resources that will be affected by this notification.ScopeDetails.Builder redshiftDataShares(RedshiftDataShareDetails... redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
redshiftDataShares - Underlying Redshift resources that will be affected by this notification.ScopeDetails.Builder redshiftDataShares(Consumer<RedshiftDataShareDetails.Builder>... redshiftDataShares)
Underlying Redshift resources that will be affected by this notification.
This is a convenience method that creates an instance of theRedshiftDataShareDetails.Builder avoiding the need
to create one manually via
RedshiftDataShareDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #redshiftDataShares(List.
redshiftDataShares - a consumer that will call methods on
RedshiftDataShareDetails.Builder#redshiftDataShares(java.util.Collection) ScopeDetails.Builder s3DataAccesses(Collection<S3DataAccessDetails> s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
s3DataAccesses - Underlying S3 resources that will be affected by this notification.ScopeDetails.Builder s3DataAccesses(S3DataAccessDetails... s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
s3DataAccesses - Underlying S3 resources that will be affected by this notification.ScopeDetails.Builder s3DataAccesses(Consumer<S3DataAccessDetails.Builder>... s3DataAccesses)
Underlying S3 resources that will be affected by this notification.
This is a convenience method that creates an instance of theS3DataAccessDetails.Builder avoiding the need to
create one manually via
S3DataAccessDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #s3DataAccesses(List.
s3DataAccesses - a consumer that will call methods on
S3DataAccessDetails.Builder#s3DataAccesses(java.util.Collection) Copyright © 2023. All rights reserved.