@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceConfigurations extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about which data sources are enabled.
Constructor and Description |
---|
DataSourceConfigurations() |
Modifier and Type | Method and Description |
---|---|
DataSourceConfigurations |
clone() |
boolean |
equals(Object obj) |
KubernetesConfiguration |
getKubernetes()
Describes whether any Kubernetes logs are enabled as data sources.
|
S3LogsConfiguration |
getS3Logs()
Describes whether S3 data event logs are enabled as a data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKubernetes(KubernetesConfiguration kubernetes)
Describes whether any Kubernetes logs are enabled as data sources.
|
void |
setS3Logs(S3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled as a data source.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceConfigurations |
withKubernetes(KubernetesConfiguration kubernetes)
Describes whether any Kubernetes logs are enabled as data sources.
|
DataSourceConfigurations |
withS3Logs(S3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled as a data source.
|
public void setS3Logs(S3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled as a data source.
s3Logs
- Describes whether S3 data event logs are enabled as a data source.public S3LogsConfiguration getS3Logs()
Describes whether S3 data event logs are enabled as a data source.
public DataSourceConfigurations withS3Logs(S3LogsConfiguration s3Logs)
Describes whether S3 data event logs are enabled as a data source.
s3Logs
- Describes whether S3 data event logs are enabled as a data source.public void setKubernetes(KubernetesConfiguration kubernetes)
Describes whether any Kubernetes logs are enabled as data sources.
kubernetes
- Describes whether any Kubernetes logs are enabled as data sources.public KubernetesConfiguration getKubernetes()
Describes whether any Kubernetes logs are enabled as data sources.
public DataSourceConfigurations withKubernetes(KubernetesConfiguration kubernetes)
Describes whether any Kubernetes logs are enabled as data sources.
kubernetes
- Describes whether any Kubernetes logs are enabled as data sources.public String toString()
toString
in class Object
Object.toString()
public DataSourceConfigurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.