@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqsQueueConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SqsQueueConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queuePolicy()
The proposed resource policy for the Amazon SQS queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqsQueueConfiguration.Builder> |
serializableBuilderClass() |
SqsQueueConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String queuePolicy()
The proposed resource policy for the Amazon SQS queue.
public SqsQueueConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SqsQueueConfiguration.Builder,SqsQueueConfiguration>public static SqsQueueConfiguration.Builder builder()
public static Class<? extends SqsQueueConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.