Interface S3AccessPointNames
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
S3AccessPointNames.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-06-25T01:32:09.428Z") @Stability(Stable) public interface S3AccessPointNames extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classS3AccessPointNames.BuilderA builder forS3AccessPointNamesstatic classS3AccessPointNames.Jsii$ProxyAn implementation forS3AccessPointNames
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static S3AccessPointNames.Builderbuilder()StringgetAdmin()The name of the S3 aceess point for the admin role in the redaction case.StringgetBilling()The name of the S3 aceess point for the billing role in the redaction case.StringgetCustomerSupport()The name of the S3 aceess point for the customer support role in the redaction case.StringgetGeneral()The name of the S3 aceess point for the general role in the access control case.
-
-
-
Method Detail
-
getAdmin
@Stability(Stable) @NotNull String getAdmin()
The name of the S3 aceess point for the admin role in the redaction case.Default: 'admin-s3-access-point-call-transcripts-known-pii'
-
getBilling
@Stability(Stable) @NotNull String getBilling()
The name of the S3 aceess point for the billing role in the redaction case.Default: 'bill-s3-access-point-call-transcripts-known-pii'
-
getCustomerSupport
@Stability(Stable) @NotNull String getCustomerSupport()
The name of the S3 aceess point for the customer support role in the redaction case.Default: 'cs-s3-access-point-call-transcripts-known-pii'
-
getGeneral
@Stability(Stable) @NotNull String getGeneral()
The name of the S3 aceess point for the general role in the access control case.Default: 'accessctl-s3-ap-survey-results-unknown-pii'
-
builder
@Stability(Stable) static S3AccessPointNames.Builder builder()
- Returns:
- a
S3AccessPointNames.BuilderofS3AccessPointNames
-
-