Class AwsS3AccessPointDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsS3AccessPointDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsS3AccessPointDetails.Builder,AwsS3AccessPointDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsS3AccessPointDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsS3AccessPointDetails.Builder,AwsS3AccessPointDetails>
Returns configuration information about the specified Amazon S3 access point. S3 access points are named network endpoints that are attached to buckets that you can use to perform S3 object operations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsS3AccessPointDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessPointArn()The Amazon Resource Name (ARN) of the access point.Stringalias()The name or alias of the access point.Stringbucket()The name of the S3 bucket associated with the specified access point.StringbucketAccountId()The Amazon Web Services account ID associated with the S3 bucket associated with this access point.static AwsS3AccessPointDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the specified access point.StringnetworkOrigin()Indicates whether this access point allows access from the public internet.AwsS3AccountPublicAccessBlockDetailspublicAccessBlockConfiguration()Returns the value of the PublicAccessBlockConfiguration property for this object.List<SdkField<?>>sdkFields()static Class<? extends AwsS3AccessPointDetails.Builder>serializableBuilderClass()AwsS3AccessPointDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.AwsS3AccessPointVpcConfigurationDetailsvpcConfiguration()Contains the virtual private cloud (VPC) configuration for the specified access point.-
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
-
accessPointArn
public final String accessPointArn()
The Amazon Resource Name (ARN) of the access point.
- Returns:
- The Amazon Resource Name (ARN) of the access point.
-
alias
public final String alias()
The name or alias of the access point.
- Returns:
- The name or alias of the access point.
-
bucket
public final String bucket()
The name of the S3 bucket associated with the specified access point.
- Returns:
- The name of the S3 bucket associated with the specified access point.
-
bucketAccountId
public final String bucketAccountId()
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
- Returns:
- The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
-
name
public final String name()
The name of the specified access point.
- Returns:
- The name of the specified access point.
-
networkOrigin
public final String networkOrigin()
Indicates whether this access point allows access from the public internet.
- Returns:
- Indicates whether this access point allows access from the public internet.
-
publicAccessBlockConfiguration
public final AwsS3AccountPublicAccessBlockDetails publicAccessBlockConfiguration()
Returns the value of the PublicAccessBlockConfiguration property for this object.- Returns:
- The value of the PublicAccessBlockConfiguration property for this object.
-
vpcConfiguration
public final AwsS3AccessPointVpcConfigurationDetails vpcConfiguration()
Contains the virtual private cloud (VPC) configuration for the specified access point.
- Returns:
- Contains the virtual private cloud (VPC) configuration for the specified access point.
-
toBuilder
public AwsS3AccessPointDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsS3AccessPointDetails.Builder,AwsS3AccessPointDetails>
-
builder
public static AwsS3AccessPointDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsS3AccessPointDetails.Builder> serializableBuilderClass()
-
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.
-
-