Interface ListLakeFormationOptInsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLakeFormationOptInsRequest.Builder,ListLakeFormationOptInsRequest>,LakeFormationRequest.Builder,SdkBuilder<ListLakeFormationOptInsRequest.Builder,ListLakeFormationOptInsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLakeFormationOptInsRequest
public static interface ListLakeFormationOptInsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListLakeFormationOptInsRequest.Builder,ListLakeFormationOptInsRequest>
-
-
Method Summary
-
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
ListLakeFormationOptInsRequest.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 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.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
ListLakeFormationOptInsRequest.Builder resource(Resource 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
default ListLakeFormationOptInsRequest.Builder resource(Consumer<Resource.Builder> resource)
A structure for the resource.
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)
-
maxResults
ListLakeFormationOptInsRequest.Builder maxResults(Integer 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
ListLakeFormationOptInsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLakeFormationOptInsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-