Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.DynamodbStreamConfiguration.Builder
-
Packages that use DynamodbStreamConfiguration.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of DynamodbStreamConfiguration.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return DynamodbStreamConfiguration.Builder Modifier and Type Method Description static DynamodbStreamConfiguration.BuilderDynamodbStreamConfiguration. builder()DynamodbStreamConfiguration.BuilderDynamodbStreamConfiguration.Builder. streamPolicy(String streamPolicy)The proposed resource policy defining who can access or manage the DynamoDB stream.DynamodbStreamConfiguration.BuilderDynamodbStreamConfiguration. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type DynamodbStreamConfiguration.Builder Modifier and Type Method Description static Class<? extends DynamodbStreamConfiguration.Builder>DynamodbStreamConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type DynamodbStreamConfiguration.Builder Modifier and Type Method Description default Configuration.BuilderConfiguration.Builder. dynamodbStream(Consumer<DynamodbStreamConfiguration.Builder> dynamodbStream)The access control configuration is for a DynamoDB stream.static ConfigurationConfiguration. fromDynamodbStream(Consumer<DynamodbStreamConfiguration.Builder> dynamodbStream)Create an instance of this class withConfiguration.dynamodbStream()initialized to the given value.
-