Interface DeleteLakeFormationOptInRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteLakeFormationOptInRequest.Builder,DeleteLakeFormationOptInRequest>,LakeFormationRequest.Builder,SdkBuilder<DeleteLakeFormationOptInRequest.Builder,DeleteLakeFormationOptInRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteLakeFormationOptInRequest
public static interface DeleteLakeFormationOptInRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<DeleteLakeFormationOptInRequest.Builder,DeleteLakeFormationOptInRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeleteLakeFormationOptInRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteLakeFormationOptInRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DeleteLakeFormationOptInRequest.Builderprincipal(Consumer<DataLakePrincipal.Builder> principal)Sets the value of the Principal property for this object.DeleteLakeFormationOptInRequest.Builderprincipal(DataLakePrincipal principal)Sets the value of the Principal property for this object.default DeleteLakeFormationOptInRequest.Builderresource(Consumer<Resource.Builder> resource)Sets the value of the Resource property for this object.DeleteLakeFormationOptInRequest.Builderresource(Resource resource)Sets the value of the Resource property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
principal
DeleteLakeFormationOptInRequest.Builder principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.- Parameters:
principal- The new value for the Principal property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principal
default DeleteLakeFormationOptInRequest.Builder principal(Consumer<DataLakePrincipal.Builder> principal)
Sets the value of the Principal property for this object. This is a convenience method that creates an instance of theDataLakePrincipal.Builderavoiding the need to create one manually viaDataLakePrincipal.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprincipal(DataLakePrincipal).- Parameters:
principal- a consumer that will call methods onDataLakePrincipal.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
principal(DataLakePrincipal)
-
resource
DeleteLakeFormationOptInRequest.Builder resource(Resource resource)
Sets the value of the Resource property for this object.- Parameters:
resource- The new value for the Resource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
default DeleteLakeFormationOptInRequest.Builder resource(Consumer<Resource.Builder> resource)
Sets the value of the Resource property for this object. This is a convenience method that creates an instance of theResource.Builderavoiding the need to create one manually viaResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresource(Resource).- Parameters:
resource- a consumer that will call methods onResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resource(Resource)
-
overrideConfiguration
DeleteLakeFormationOptInRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteLakeFormationOptInRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-