@Generated(value="software.amazon.awssdk:codegen") public final class BlockPublicAccessConfigurationMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlockPublicAccessConfigurationMetadata.Builder,BlockPublicAccessConfigurationMetadata>
Properties that describe the Amazon Web Services principal that created the
BlockPublicAccessConfiguration
using the PutBlockPublicAccessConfiguration
action as well
as the date and time that the configuration was created. Each time a configuration for block public access is
updated, Amazon EMR updates this metadata.
Modifier and Type | Class and Description |
---|---|
static interface |
BlockPublicAccessConfigurationMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
static BlockPublicAccessConfigurationMetadata.Builder |
builder() |
String |
createdByArn()
The Amazon Resource Name that created or last modified the configuration.
|
Instant |
creationDateTime()
The date and time that the configuration was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BlockPublicAccessConfigurationMetadata.Builder> |
serializableBuilderClass() |
BlockPublicAccessConfigurationMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Instant creationDateTime()
The date and time that the configuration was created.
public final String createdByArn()
The Amazon Resource Name that created or last modified the configuration.
public BlockPublicAccessConfigurationMetadata.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<BlockPublicAccessConfigurationMetadata.Builder,BlockPublicAccessConfigurationMetadata>
public static BlockPublicAccessConfigurationMetadata.Builder builder()
public static Class<? extends BlockPublicAccessConfigurationMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.