Uses of Interface
software.amazon.awssdk.services.macie2.model.RetrievalConfiguration.Builder
-
Packages that use RetrievalConfiguration.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of RetrievalConfiguration.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return RetrievalConfiguration.Builder Modifier and Type Method Description static RetrievalConfiguration.BuilderRetrievalConfiguration. builder()RetrievalConfiguration.BuilderRetrievalConfiguration.Builder. externalId(String externalId)The external ID to specify in the trust policy for the IAM role to assume when retrieving sensitive data from affected S3 objects (roleName).RetrievalConfiguration.BuilderRetrievalConfiguration.Builder. retrievalMode(String retrievalMode)The access method that's used to retrieve sensitive data from affected S3 objects.RetrievalConfiguration.BuilderRetrievalConfiguration.Builder. retrievalMode(RetrievalMode retrievalMode)The access method that's used to retrieve sensitive data from affected S3 objects.RetrievalConfiguration.BuilderRetrievalConfiguration.Builder. roleName(String roleName)The name of the IAM role that is in the affected Amazon Web Services account and Amazon Macie is allowed to assume when retrieving sensitive data from affected S3 objects for the account.RetrievalConfiguration.BuilderRetrievalConfiguration. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type RetrievalConfiguration.Builder Modifier and Type Method Description static Class<? extends RetrievalConfiguration.Builder>RetrievalConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type RetrievalConfiguration.Builder Modifier and Type Method Description default GetRevealConfigurationResponse.BuilderGetRevealConfigurationResponse.Builder. retrievalConfiguration(Consumer<RetrievalConfiguration.Builder> retrievalConfiguration)The access method and settings that are used to retrieve the sensitive data.default UpdateRevealConfigurationResponse.BuilderUpdateRevealConfigurationResponse.Builder. retrievalConfiguration(Consumer<RetrievalConfiguration.Builder> retrievalConfiguration)The access method and settings to use when retrieving the sensitive data.
-