@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAcceleratorAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAcceleratorAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAcceleratorAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceleratorArn()
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
Boolean |
getFlowLogsEnabled()
Update whether flow logs are enabled.
|
String |
getFlowLogsS3Bucket()
The name of the Amazon S3 bucket for the flow logs.
|
String |
getFlowLogsS3Prefix()
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
int |
hashCode() |
Boolean |
isFlowLogsEnabled()
Update whether flow logs are enabled.
|
void |
setAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
void |
setFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
|
void |
setFlowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs.
|
void |
setFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAcceleratorAttributesRequest |
withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
|
UpdateAcceleratorAttributesRequest |
withFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
|
UpdateAcceleratorAttributesRequest |
withFlowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs.
|
UpdateAcceleratorAttributesRequest |
withFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
acceleratorArn
- The Amazon Resource Name (ARN) of the accelerator that you want to update.public String getAcceleratorArn()
The Amazon Resource Name (ARN) of the accelerator that you want to update.
public UpdateAcceleratorAttributesRequest withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator that you want to update.
acceleratorArn
- The Amazon Resource Name (ARN) of the accelerator that you want to update.public void setFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
flowLogsEnabled
- Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
public Boolean getFlowLogsEnabled()
Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
public UpdateAcceleratorAttributesRequest withFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
flowLogsEnabled
- Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
public Boolean isFlowLogsEnabled()
Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
public void setFlowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is
true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission
to write to the bucket.
flowLogsS3Bucket
- The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator
permission to write to the bucket.public String getFlowLogsS3Bucket()
The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is
true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission
to write to the bucket.
FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator
permission to write to the bucket.public UpdateAcceleratorAttributesRequest withFlowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is
true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission
to write to the bucket.
flowLogsS3Bucket
- The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator
permission to write to the bucket.public void setFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the
root of the bucket.
flowLogsS3Prefix
- Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored
in the root of the bucket.public String getFlowLogsS3Prefix()
Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the
root of the bucket.
FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are
stored in the root of the bucket.public UpdateAcceleratorAttributesRequest withFlowLogsS3Prefix(String flowLogsS3Prefix)
Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the
root of the bucket.
flowLogsS3Prefix
- Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored
in the root of the bucket.public String toString()
toString
in class Object
Object.toString()
public UpdateAcceleratorAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.