Class CreateAccessPointRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateAccessPointRequest.Builder,CreateAccessPointRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Web Services account ID for the account that owns the specified access point.final Stringbucket()The name of the bucket that you want to associate this access point with.final StringThe Amazon Web Services account ID associated with the S3 bucket associated with this access point.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final inthashCode()final Stringname()The name you want to assign to this access point.ThePublicAccessBlockconfiguration that you want to apply to the access point.final Scopescope()For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both.static Class<? extends CreateAccessPointRequest.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final VpcConfigurationIf you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accountId
The Amazon Web Services account ID for the account that owns the specified access point.
- Returns:
- The Amazon Web Services account ID for the account that owns the specified access point.
-
name
The name you want to assign to this access point.
For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the
ZoneID(Amazon Web Services Availability Zone or Local Zone) of your bucket location, followed by--xa-s3. For more information, see Managing access to shared datasets in directory buckets with access points in the Amazon S3 User Guide.- Returns:
- The name you want to assign to this access point.
For directory buckets, the access point name must consist of a base name that you provide and suffix that includes the
ZoneID(Amazon Web Services Availability Zone or Local Zone) of your bucket location, followed by--xa-s3. For more information, see Managing access to shared datasets in directory buckets with access points in the Amazon S3 User Guide.
-
bucket
The name of the bucket that you want to associate this access point with.
For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.
For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format
arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucketreportsthrough Outpostmy-outpostowned by account123456789012in Regionus-west-2, use the URL encoding ofarn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.- Returns:
- The name of the bucket that you want to associate this access point with.
For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.
For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format
arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name>. For example, to access the bucketreportsthrough Outpostmy-outpostowned by account123456789012in Regionus-west-2, use the URL encoding ofarn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports. The value must be URL encoded.
-
vpcConfiguration
If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
This is required for creating an access point for Amazon S3 on Outposts buckets.
- Returns:
- If you include this field, Amazon S3 restricts access to this access point to requests from the specified
virtual private cloud (VPC).
This is required for creating an access point for Amazon S3 on Outposts buckets.
-
publicAccessBlockConfiguration
The
PublicAccessBlockconfiguration that you want to apply to the access point.- Returns:
- The
PublicAccessBlockconfiguration that you want to apply to the access point.
-
bucketAccountId
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
For same account access point when your bucket and access point belong to the same account owner, the
BucketAccountIdis not required. For cross-account access point when your bucket and access point are not in the same account, theBucketAccountIdis required.- Returns:
- The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
For same account access point when your bucket and access point belong to the same account owner, the
BucketAccountIdis not required. For cross-account access point when your bucket and access point are not in the same account, theBucketAccountIdis required.
-
scope
For directory buckets, you can filter access control to specific prefixes, API operations, or a combination of both. For more information, see Managing access to shared datasets in directory buckets with access points in the Amazon S3 User Guide.
Scope is not supported for access points for general purpose buckets.
- Returns:
- For directory buckets, you can filter access control to specific prefixes, API operations, or a
combination of both. For more information, see Managing access to shared datasets in directory buckets with access points in the Amazon S3 User
Guide.
Scope is not supported for access points for general purpose buckets.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateAccessPointRequest.Builder,CreateAccessPointRequest> - Specified by:
toBuilderin classS3ControlRequest- Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
Description copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
getValueForFieldin classSdkRequest- Parameters:
fieldName- The name of the member to be retrieved.clazz- The class to cast the returned object to.- Returns:
- Optional containing the casted return value
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-