Class SqsQueueConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.accessanalyzer.model.SqsQueueConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SqsQueueConfiguration.Builder,SqsQueueConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class SqsQueueConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqsQueueConfiguration.Builder,SqsQueueConfiguration>
The proposed access control configuration for an Amazon SQS queue. You can propose a configuration for a new Amazon SQS queue or an existing Amazon SQS queue that you own by specifying the Amazon SQS policy. If the configuration is for an existing Amazon SQS queue and you do not specify the Amazon SQS policy, the access preview uses the existing Amazon SQS policy for the queue. If the access preview is for a new resource and you do not specify the policy, the access preview assumes an Amazon SQS queue without a policy. To propose deletion of an existing Amazon SQS queue policy, you can specify an empty string for the Amazon SQS policy. For more information about Amazon SQS policy limits, see Quotas related to policies.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSqsQueueConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqsQueueConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringqueuePolicy()The proposed resource policy for the Amazon SQS queue.List<SdkField<?>>sdkFields()static Class<? extends SqsQueueConfiguration.Builder>serializableBuilderClass()SqsQueueConfiguration.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
-
queuePolicy
public final String queuePolicy()
The proposed resource policy for the Amazon SQS queue.
- Returns:
- The proposed resource policy for the Amazon SQS queue.
-
toBuilder
public SqsQueueConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SqsQueueConfiguration.Builder,SqsQueueConfiguration>
-
builder
public static SqsQueueConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SqsQueueConfiguration.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.
-
-