Class DynamodbStreamConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.accessanalyzer.model.DynamodbStreamConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DynamodbStreamConfiguration.Builder,DynamodbStreamConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DynamodbStreamConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DynamodbStreamConfiguration.Builder,DynamodbStreamConfiguration>
The proposed access control configuration for a DynamoDB stream. You can propose a configuration for a new DynamoDB stream or an existing DynamoDB stream that you own by specifying the policy for the DynamoDB stream. For more information, see PutResourcePolicy .
-
If the configuration is for an existing DynamoDB stream and you do not specify the DynamoDB policy, then the access preview uses the existing DynamoDB policy for the stream.
-
If the access preview is for a new resource and you do not specify the policy, then the access preview assumes a DynamoDB stream without a policy.
-
To propose deletion of an existing DynamoDB stream policy, you can specify an empty string for the DynamoDB policy.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDynamodbStreamConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamodbStreamConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DynamodbStreamConfiguration.Builder>serializableBuilderClass()StringstreamPolicy()The proposed resource policy defining who can access or manage the DynamoDB stream.DynamodbStreamConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
streamPolicy
public final String streamPolicy()
The proposed resource policy defining who can access or manage the DynamoDB stream.
- Returns:
- The proposed resource policy defining who can access or manage the DynamoDB stream.
-
toBuilder
public DynamodbStreamConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DynamodbStreamConfiguration.Builder,DynamodbStreamConfiguration>
-
builder
public static DynamodbStreamConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DynamodbStreamConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-