@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 SQS queue. You can propose a configuration for a new SQS queue or an existing SQS queue that you own by specifying the SQS policy. If the configuration is for an existing SQS queue and you do not specify the SQS policy, the access preview uses the existing 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 SQS queue without a policy. To propose deletion of an existing SQS queue policy, you can specify an empty string for the SQS policy. For more information about 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 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 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 © 2021. All rights reserved.