Interface GetTemporaryGluePartitionCredentialsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTemporaryGluePartitionCredentialsRequest.Builder,GetTemporaryGluePartitionCredentialsRequest>,LakeFormationRequest.Builder,SdkBuilder<GetTemporaryGluePartitionCredentialsRequest.Builder,GetTemporaryGluePartitionCredentialsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTemporaryGluePartitionCredentialsRequest
public static interface GetTemporaryGluePartitionCredentialsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<GetTemporaryGluePartitionCredentialsRequest.Builder,GetTemporaryGluePartitionCredentialsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetTemporaryGluePartitionCredentialsRequest.BuilderauditContext(Consumer<AuditContext.Builder> auditContext)A structure representing context to access a resource (column names, query ID, etc).GetTemporaryGluePartitionCredentialsRequest.BuilderauditContext(AuditContext auditContext)A structure representing context to access a resource (column names, query ID, etc).GetTemporaryGluePartitionCredentialsRequest.BuilderdurationSeconds(Integer durationSeconds)The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.GetTemporaryGluePartitionCredentialsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTemporaryGluePartitionCredentialsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetTemporaryGluePartitionCredentialsRequest.Builderpartition(Consumer<PartitionValueList.Builder> partition)A list of partition values identifying a single partition.GetTemporaryGluePartitionCredentialsRequest.Builderpartition(PartitionValueList partition)A list of partition values identifying a single partition.GetTemporaryGluePartitionCredentialsRequest.Builderpermissions(Collection<Permission> permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGluePartitionCredentialsRequest.Builderpermissions(Permission... permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGluePartitionCredentialsRequest.BuilderpermissionsWithStrings(String... permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGluePartitionCredentialsRequest.BuilderpermissionsWithStrings(Collection<String> permissions)Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).GetTemporaryGluePartitionCredentialsRequest.BuildersupportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)A list of supported permission types for the partition.GetTemporaryGluePartitionCredentialsRequest.BuildersupportedPermissionTypes(PermissionType... supportedPermissionTypes)A list of supported permission types for the partition.GetTemporaryGluePartitionCredentialsRequest.BuildersupportedPermissionTypesWithStrings(String... supportedPermissionTypes)A list of supported permission types for the partition.GetTemporaryGluePartitionCredentialsRequest.BuildersupportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes)A list of supported permission types for the partition.GetTemporaryGluePartitionCredentialsRequest.BuildertableArn(String tableArn)The ARN of the partitions' table.-
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
-
tableArn
GetTemporaryGluePartitionCredentialsRequest.Builder tableArn(String tableArn)
The ARN of the partitions' table.
- Parameters:
tableArn- The ARN of the partitions' table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partition
GetTemporaryGluePartitionCredentialsRequest.Builder partition(PartitionValueList partition)
A list of partition values identifying a single partition.
- Parameters:
partition- A list of partition values identifying a single partition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partition
default GetTemporaryGluePartitionCredentialsRequest.Builder partition(Consumer<PartitionValueList.Builder> partition)
A list of partition values identifying a single partition.
This is a convenience method that creates an instance of thePartitionValueList.Builderavoiding the need to create one manually viaPartitionValueList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topartition(PartitionValueList).- Parameters:
partition- a consumer that will call methods onPartitionValueList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
partition(PartitionValueList)
-
permissionsWithStrings
GetTemporaryGluePartitionCredentialsRequest.Builder permissionsWithStrings(Collection<String> permissions)
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionsWithStrings
GetTemporaryGluePartitionCredentialsRequest.Builder permissionsWithStrings(String... permissions)
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
GetTemporaryGluePartitionCredentialsRequest.Builder permissions(Collection<Permission> permissions)
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
GetTemporaryGluePartitionCredentialsRequest.Builder permissions(Permission... permissions)
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
- Parameters:
permissions- Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationSeconds
GetTemporaryGluePartitionCredentialsRequest.Builder durationSeconds(Integer durationSeconds)
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
- Parameters:
durationSeconds- The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditContext
GetTemporaryGluePartitionCredentialsRequest.Builder auditContext(AuditContext auditContext)
A structure representing context to access a resource (column names, query ID, etc).
- Parameters:
auditContext- A structure representing context to access a resource (column names, query ID, etc).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditContext
default GetTemporaryGluePartitionCredentialsRequest.Builder auditContext(Consumer<AuditContext.Builder> auditContext)
A structure representing context to access a resource (column names, query ID, etc).
This is a convenience method that creates an instance of theAuditContext.Builderavoiding the need to create one manually viaAuditContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauditContext(AuditContext).- Parameters:
auditContext- a consumer that will call methods onAuditContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
auditContext(AuditContext)
-
supportedPermissionTypesWithStrings
GetTemporaryGluePartitionCredentialsRequest.Builder supportedPermissionTypesWithStrings(Collection<String> supportedPermissionTypes)
A list of supported permission types for the partition. Valid values are
COLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the partition. Valid values areCOLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypesWithStrings
GetTemporaryGluePartitionCredentialsRequest.Builder supportedPermissionTypesWithStrings(String... supportedPermissionTypes)
A list of supported permission types for the partition. Valid values are
COLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the partition. Valid values areCOLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypes
GetTemporaryGluePartitionCredentialsRequest.Builder supportedPermissionTypes(Collection<PermissionType> supportedPermissionTypes)
A list of supported permission types for the partition. Valid values are
COLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the partition. Valid values areCOLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedPermissionTypes
GetTemporaryGluePartitionCredentialsRequest.Builder supportedPermissionTypes(PermissionType... supportedPermissionTypes)
A list of supported permission types for the partition. Valid values are
COLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Parameters:
supportedPermissionTypes- A list of supported permission types for the partition. Valid values areCOLUMN_PERMISSIONandCELL_FILTER_PERMISSION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTemporaryGluePartitionCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTemporaryGluePartitionCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-