@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnfilteredPartition extends Object implements Serializable, Cloneable, StructuredPojo
A partition that contains unfiltered metadata.
Constructor and Description |
---|
UnfilteredPartition() |
Modifier and Type | Method and Description |
---|---|
UnfilteredPartition |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuthorizedColumns()
The list of columns the user has permissions to access.
|
Boolean |
getIsRegisteredWithLakeFormation()
A Boolean value indicating that the partition location is registered with Lake Formation.
|
Partition |
getPartition()
The partition object.
|
int |
hashCode() |
Boolean |
isRegisteredWithLakeFormation()
A Boolean value indicating that the partition location is registered with Lake Formation.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthorizedColumns(Collection<String> authorizedColumns)
The list of columns the user has permissions to access.
|
void |
setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value indicating that the partition location is registered with Lake Formation.
|
void |
setPartition(Partition partition)
The partition object.
|
String |
toString()
Returns a string representation of this object.
|
UnfilteredPartition |
withAuthorizedColumns(Collection<String> authorizedColumns)
The list of columns the user has permissions to access.
|
UnfilteredPartition |
withAuthorizedColumns(String... authorizedColumns)
The list of columns the user has permissions to access.
|
UnfilteredPartition |
withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value indicating that the partition location is registered with Lake Formation.
|
UnfilteredPartition |
withPartition(Partition partition)
The partition object.
|
public void setPartition(Partition partition)
The partition object.
partition
- The partition object.public Partition getPartition()
The partition object.
public UnfilteredPartition withPartition(Partition partition)
The partition object.
partition
- The partition object.public List<String> getAuthorizedColumns()
The list of columns the user has permissions to access.
public void setAuthorizedColumns(Collection<String> authorizedColumns)
The list of columns the user has permissions to access.
authorizedColumns
- The list of columns the user has permissions to access.public UnfilteredPartition withAuthorizedColumns(String... authorizedColumns)
The list of columns the user has permissions to access.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedColumns(java.util.Collection)
or withAuthorizedColumns(java.util.Collection)
if
you want to override the existing values.
authorizedColumns
- The list of columns the user has permissions to access.public UnfilteredPartition withAuthorizedColumns(Collection<String> authorizedColumns)
The list of columns the user has permissions to access.
authorizedColumns
- The list of columns the user has permissions to access.public void setIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value indicating that the partition location is registered with Lake Formation.
isRegisteredWithLakeFormation
- A Boolean value indicating that the partition location is registered with Lake Formation.public Boolean getIsRegisteredWithLakeFormation()
A Boolean value indicating that the partition location is registered with Lake Formation.
public UnfilteredPartition withIsRegisteredWithLakeFormation(Boolean isRegisteredWithLakeFormation)
A Boolean value indicating that the partition location is registered with Lake Formation.
isRegisteredWithLakeFormation
- A Boolean value indicating that the partition location is registered with Lake Formation.public Boolean isRegisteredWithLakeFormation()
A Boolean value indicating that the partition location is registered with Lake Formation.
public String toString()
toString
in class Object
Object.toString()
public UnfilteredPartition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.