Interface ListLakeFormationOptInsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLakeFormationOptInsRequest.Builder,
,ListLakeFormationOptInsRequest> LakeFormationRequest.Builder
,SdkBuilder<ListLakeFormationOptInsRequest.Builder,
,ListLakeFormationOptInsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListLakeFormationOptInsRequest
@Mutable
@NotThreadSafe
public static interface ListLakeFormationOptInsRequest.Builder
extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListLakeFormationOptInsRequest.Builder,ListLakeFormationOptInsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return.A continuation token, if this is not the first call to retrieve this list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.principal
(Consumer<DataLakePrincipal.Builder> principal) Sets the value of the Principal property for this object.principal
(DataLakePrincipal principal) Sets the value of the Principal property for this object.resource
(Consumer<Resource.Builder> resource) A structure for the resource.A structure for the resource.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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 ListLakeFormationOptInsRequest.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.Builder
avoiding the need to create one manually viaDataLakePrincipal.builder()
.When the
Consumer
completes,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:
-
resource
A structure for the resource.
- Parameters:
resource
- A structure for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
A structure for the resource.
This is a convenience method that creates an instance of theResource.Builder
avoiding the need to create one manually viaResource.builder()
.When the
Consumer
completes,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:
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults
- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, if this is not the first call to retrieve this list.
- Parameters:
nextToken
- A continuation token, if this is not the first call to retrieve this list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLakeFormationOptInsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLakeFormationOptInsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-