public static interface CreateLakeFormationOptInRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<CreateLakeFormationOptInRequest.Builder,CreateLakeFormationOptInRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLakeFormationOptInRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLakeFormationOptInRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateLakeFormationOptInRequest.Builder |
principal(Consumer<DataLakePrincipal.Builder> principal)
Sets the value of the Principal property for this object.
|
CreateLakeFormationOptInRequest.Builder |
principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.
|
default CreateLakeFormationOptInRequest.Builder |
resource(Consumer<Resource.Builder> resource)
Sets the value of the Resource property for this object.
|
CreateLakeFormationOptInRequest.Builder |
resource(Resource resource)
Sets the value of the Resource property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLakeFormationOptInRequest.Builder principal(DataLakePrincipal principal)
principal - The new value for the Principal property for this object.default CreateLakeFormationOptInRequest.Builder principal(Consumer<DataLakePrincipal.Builder> principal)
DataLakePrincipal.Builder avoiding the
need to create one manually via DataLakePrincipal.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to principal(DataLakePrincipal).
principal - a consumer that will call methods on DataLakePrincipal.Builderprincipal(DataLakePrincipal)CreateLakeFormationOptInRequest.Builder resource(Resource resource)
resource - The new value for the Resource property for this object.default CreateLakeFormationOptInRequest.Builder resource(Consumer<Resource.Builder> resource)
Resource.Builder avoiding the need to
create one manually via Resource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to resource(Resource).
resource - a consumer that will call methods on Resource.Builderresource(Resource)CreateLakeFormationOptInRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLakeFormationOptInRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.