@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCustomRoutingAcceleratorAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCustomRoutingAcceleratorAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomRoutingAcceleratorAttributesRequest |
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 custom routing accelerator to update attributes for.
|
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 custom routing accelerator to update attributes for.
|
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.
|
UpdateCustomRoutingAcceleratorAttributesRequest |
withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.
|
UpdateCustomRoutingAcceleratorAttributesRequest |
withFlowLogsEnabled(Boolean flowLogsEnabled)
Update whether flow logs are enabled.
|
UpdateCustomRoutingAcceleratorAttributesRequest |
withFlowLogsS3Bucket(String flowLogsS3Bucket)
The name of the Amazon S3 bucket for the flow logs.
|
UpdateCustomRoutingAcceleratorAttributesRequest |
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 UpdateCustomRoutingAcceleratorAttributesRequest()
public void setAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.
acceleratorArn
- The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.public String getAcceleratorArn()
The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.
public UpdateCustomRoutingAcceleratorAttributesRequest withAcceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.
acceleratorArn
- The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.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 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 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 Global Accelerator Developer Guide.
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow logs in the Global Accelerator Developer Guide.
public UpdateCustomRoutingAcceleratorAttributesRequest 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 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 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 Global Accelerator Developer Guide.
FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow logs in the 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 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 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 Global Accelerator permission to
write to the bucket.
FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants Global Accelerator
permission to write to the bucket.public UpdateCustomRoutingAcceleratorAttributesRequest 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 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 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. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
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. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
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. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
FlowLogsEnabled
is true
.
If you don’t specify a prefix, the flow logs are stored in the root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
public UpdateCustomRoutingAcceleratorAttributesRequest 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. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
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. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:
DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id
public String toString()
toString
in class Object
Object.toString()
public UpdateCustomRoutingAcceleratorAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()