@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalFilteringConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for enabling external data filtering for third-party applications to access data managed by Lake Formation .
Constructor and Description |
---|
ExternalFilteringConfiguration() |
Modifier and Type | Method and Description |
---|---|
ExternalFilteringConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuthorizedTargets()
List of third-party application
ARNs integrated with Lake Formation. |
String |
getStatus()
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake
Formation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthorizedTargets(Collection<String> authorizedTargets)
List of third-party application
ARNs integrated with Lake Formation. |
void |
setStatus(String status)
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake
Formation.
|
String |
toString()
Returns a string representation of this object.
|
ExternalFilteringConfiguration |
withAuthorizedTargets(Collection<String> authorizedTargets)
List of third-party application
ARNs integrated with Lake Formation. |
ExternalFilteringConfiguration |
withAuthorizedTargets(String... authorizedTargets)
List of third-party application
ARNs integrated with Lake Formation. |
ExternalFilteringConfiguration |
withStatus(EnableStatus status)
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake
Formation.
|
ExternalFilteringConfiguration |
withStatus(String status)
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake
Formation.
|
public void setStatus(String status)
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
status
- Allows to enable or disable the third-party applications that are allowed to access data managed by Lake
Formation.EnableStatus
public String getStatus()
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
EnableStatus
public ExternalFilteringConfiguration withStatus(String status)
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
status
- Allows to enable or disable the third-party applications that are allowed to access data managed by Lake
Formation.EnableStatus
public ExternalFilteringConfiguration withStatus(EnableStatus status)
Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
status
- Allows to enable or disable the third-party applications that are allowed to access data managed by Lake
Formation.EnableStatus
public List<String> getAuthorizedTargets()
List of third-party application ARNs
integrated with Lake Formation.
ARNs
integrated with Lake Formation.public void setAuthorizedTargets(Collection<String> authorizedTargets)
List of third-party application ARNs
integrated with Lake Formation.
authorizedTargets
- List of third-party application ARNs
integrated with Lake Formation.public ExternalFilteringConfiguration withAuthorizedTargets(String... authorizedTargets)
List of third-party application ARNs
integrated with Lake Formation.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedTargets(java.util.Collection)
or withAuthorizedTargets(java.util.Collection)
if
you want to override the existing values.
authorizedTargets
- List of third-party application ARNs
integrated with Lake Formation.public ExternalFilteringConfiguration withAuthorizedTargets(Collection<String> authorizedTargets)
List of third-party application ARNs
integrated with Lake Formation.
authorizedTargets
- List of third-party application ARNs
integrated with Lake Formation.public String toString()
toString
in class Object
Object.toString()
public ExternalFilteringConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.