public class EnableLoggingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EnableLoggingRequest() |
Modifier and Type | Method and Description |
---|---|
EnableLoggingRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getBucketName()
The name of an existing S3 bucket where the log files are to be stored.
|
String |
getClusterIdentifier()
The identifier of the cluster on which logging is to be started.
|
String |
getS3KeyPrefix()
The prefix applied to the log file names.
|
int |
hashCode() |
void |
setBucketName(String bucketName)
The name of an existing S3 bucket where the log files are to be stored.
|
void |
setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster on which logging is to be started.
|
void |
setS3KeyPrefix(String s3KeyPrefix)
The prefix applied to the log file names.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableLoggingRequest |
withBucketName(String bucketName)
The name of an existing S3 bucket where the log files are to be stored.
|
EnableLoggingRequest |
withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster on which logging is to be started.
|
EnableLoggingRequest |
withS3KeyPrefix(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
public void setClusterIdentifier(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 String getClusterIdentifier()
The identifier of the cluster on which logging is to be started.
Example: examplecluster
Example: examplecluster
public EnableLoggingRequest withClusterIdentifier(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(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 String getBucketName()
The name of an existing S3 bucket where the log files are to be stored.
Constraints:
Constraints:
public EnableLoggingRequest withBucketName(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(String s3KeyPrefix)
The prefix applied to the log file names.
Constraints:
s3KeyPrefix
- The prefix applied to the log file names.
Constraints:
public String getS3KeyPrefix()
The prefix applied to the log file names.
Constraints:
Constraints:
public EnableLoggingRequest withS3KeyPrefix(String s3KeyPrefix)
The prefix applied to the log file names.
Constraints:
s3KeyPrefix
- The prefix applied to the log file names.
Constraints:
public String toString()
toString
in class Object
Object.toString()
public EnableLoggingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.