Class UpdateCustomRoutingAcceleratorAttributesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest
-
- software.amazon.awssdk.services.globalaccelerator.model.UpdateCustomRoutingAcceleratorAttributesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateCustomRoutingAcceleratorAttributesRequest.Builder,UpdateCustomRoutingAcceleratorAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateCustomRoutingAcceleratorAttributesRequest extends GlobalAcceleratorRequest implements ToCopyableBuilder<UpdateCustomRoutingAcceleratorAttributesRequest.Builder,UpdateCustomRoutingAcceleratorAttributesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateCustomRoutingAcceleratorAttributesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringacceleratorArn()The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.static UpdateCustomRoutingAcceleratorAttributesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BooleanflowLogsEnabled()Update whether flow logs are enabled.StringflowLogsS3Bucket()The name of the Amazon S3 bucket for the flow logs.StringflowLogsS3Prefix()Update the prefix for the location in the Amazon S3 bucket for the flow logs.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateCustomRoutingAcceleratorAttributesRequest.Builder>serializableBuilderClass()UpdateCustomRoutingAcceleratorAttributesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
acceleratorArn
public final String acceleratorArn()
The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.
- Returns:
- The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.
-
flowLogsEnabled
public final Boolean flowLogsEnabled()
Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3BucketandFlowLogsS3Prefixmust be specified.For more information, see Flow logs in the Global Accelerator Developer Guide.
- Returns:
- Update whether flow logs are enabled. The default value is false. If the value is true,
FlowLogsS3BucketandFlowLogsS3Prefixmust be specified.For more information, see Flow logs in the Global Accelerator Developer Guide.
-
flowLogsS3Bucket
public final String flowLogsS3Bucket()
The name of the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabledistrue. The bucket must exist and have a bucket policy that grants Global Accelerator permission to write to the bucket.- Returns:
- The name of the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabledistrue. The bucket must exist and have a bucket policy that grants Global Accelerator permission to write to the bucket.
-
flowLogsS3Prefix
public final String flowLogsS3Prefix()
Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabledistrue.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
- Returns:
- Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
FlowLogsEnabledistrue.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
-
toBuilder
public UpdateCustomRoutingAcceleratorAttributesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateCustomRoutingAcceleratorAttributesRequest.Builder,UpdateCustomRoutingAcceleratorAttributesRequest>- Specified by:
toBuilderin classGlobalAcceleratorRequest
-
builder
public static UpdateCustomRoutingAcceleratorAttributesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateCustomRoutingAcceleratorAttributesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-