Class AwsS3AccessPointDetails

    • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)