public class EnableLoggingRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
bucketName
The name of an existing S3 bucket where the log files are to be stored.
|
private java.lang.String |
clusterIdentifier
The identifier of the cluster on which logging is to be started.
|
private java.lang.String |
s3KeyPrefix
The prefix applied to the log file names.
|
NOOP
Constructor and Description |
---|
EnableLoggingRequest() |
Modifier and Type | Method and Description |
---|---|
EnableLoggingRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBucketName()
The name of an existing S3 bucket where the log files are to be stored.
|
java.lang.String |
getClusterIdentifier()
The identifier of the cluster on which logging is to be started.
|
java.lang.String |
getS3KeyPrefix()
The prefix applied to the log file names.
|
int |
hashCode() |
void |
setBucketName(java.lang.String bucketName)
The name of an existing S3 bucket where the log files are to be stored.
|
void |
setClusterIdentifier(java.lang.String clusterIdentifier)
The identifier of the cluster on which logging is to be started.
|
void |
setS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the log file names.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableLoggingRequest |
withBucketName(java.lang.String bucketName)
The name of an existing S3 bucket where the log files are to be stored.
|
EnableLoggingRequest |
withClusterIdentifier(java.lang.String clusterIdentifier)
The identifier of the cluster on which logging is to be started.
|
EnableLoggingRequest |
withS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the log file names.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String clusterIdentifier
The identifier of the cluster on which logging is to be started.
Example: examplecluster
private java.lang.String bucketName
The name of an existing S3 bucket where the log files are to be stored.
Constraints:
private java.lang.String s3KeyPrefix
The prefix applied to the log file names.
Constraints:
public void setClusterIdentifier(java.lang.String clusterIdentifier)
The identifier of the cluster on which logging is to be started.
Example: examplecluster
clusterIdentifier
- The identifier of the cluster on which logging is to be started.
Example: examplecluster
public java.lang.String getClusterIdentifier()
The identifier of the cluster on which logging is to be started.
Example: examplecluster
Example: examplecluster
public EnableLoggingRequest withClusterIdentifier(java.lang.String clusterIdentifier)
The identifier of the cluster on which logging is to be started.
Example: examplecluster
clusterIdentifier
- The identifier of the cluster on which logging is to be started.
Example: examplecluster
public void setBucketName(java.lang.String bucketName)
The name of an existing S3 bucket where the log files are to be stored.
Constraints:
bucketName
- The name of an existing S3 bucket where the log files are to be
stored.
Constraints:
public java.lang.String getBucketName()
The name of an existing S3 bucket where the log files are to be stored.
Constraints:
Constraints:
public EnableLoggingRequest withBucketName(java.lang.String bucketName)
The name of an existing S3 bucket where the log files are to be stored.
Constraints:
bucketName
- The name of an existing S3 bucket where the log files are to be
stored.
Constraints:
public void setS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the log file names.
Constraints:
s3KeyPrefix
- The prefix applied to the log file names.
Constraints:
public java.lang.String getS3KeyPrefix()
The prefix applied to the log file names.
Constraints:
Constraints:
public EnableLoggingRequest withS3KeyPrefix(java.lang.String s3KeyPrefix)
The prefix applied to the log file names.
Constraints:
s3KeyPrefix
- The prefix applied to the log file names.
Constraints:
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public EnableLoggingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()