public static interface LakeFormationOptInsInfo.Builder extends SdkPojo, CopyableBuilder<LakeFormationOptInsInfo.Builder,LakeFormationOptInsInfo>
| Modifier and Type | Method and Description |
|---|---|
LakeFormationOptInsInfo.Builder |
lastModified(Instant lastModified)
The last modified date and time of the record.
|
LakeFormationOptInsInfo.Builder |
lastUpdatedBy(String lastUpdatedBy)
The user who updated the record.
|
default LakeFormationOptInsInfo.Builder |
principal(Consumer<DataLakePrincipal.Builder> principal)
Sets the value of the Principal property for this object.
|
LakeFormationOptInsInfo.Builder |
principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.
|
default LakeFormationOptInsInfo.Builder |
resource(Consumer<Resource.Builder> resource)
Sets the value of the Resource property for this object.
|
LakeFormationOptInsInfo.Builder |
resource(Resource resource)
Sets the value of the Resource property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLakeFormationOptInsInfo.Builder resource(Resource resource)
resource - The new value for the Resource property for this object.default LakeFormationOptInsInfo.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)LakeFormationOptInsInfo.Builder principal(DataLakePrincipal principal)
principal - The new value for the Principal property for this object.default LakeFormationOptInsInfo.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)LakeFormationOptInsInfo.Builder lastModified(Instant lastModified)
The last modified date and time of the record.
lastModified - The last modified date and time of the record.LakeFormationOptInsInfo.Builder lastUpdatedBy(String lastUpdatedBy)
The user who updated the record.
lastUpdatedBy - The user who updated the record.Copyright © 2023. All rights reserved.