@Generated(value="software.amazon.awssdk:codegen") public final class PutBucketMetricsConfigurationRequest extends S3Request implements ToCopyableBuilder<PutBucketMetricsConfigurationRequest.Builder,PutBucketMetricsConfigurationRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
PutBucketMetricsConfigurationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The name of the bucket for which the metrics configuration is set.
|
static PutBucketMetricsConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expectedBucketOwner()
The account id of the expected bucket owner.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID used to identify the metrics configuration.
|
MetricsConfiguration |
metricsConfiguration()
Specifies the metrics configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutBucketMetricsConfigurationRequest.Builder> |
serializableBuilderClass() |
PutBucketMetricsConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String bucket()
The name of the bucket for which the metrics configuration is set.
public final String id()
The ID used to identify the metrics configuration.
public final MetricsConfiguration metricsConfiguration()
Specifies the metrics configuration.
public final String expectedBucketOwner()
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail
with an HTTP 403 (Access Denied)
error.
403 (Access Denied)
error.public PutBucketMetricsConfigurationRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PutBucketMetricsConfigurationRequest.Builder,PutBucketMetricsConfigurationRequest>
toBuilder
in class S3Request
public static PutBucketMetricsConfigurationRequest.Builder builder()
public static Class<? extends PutBucketMetricsConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.