public SNSExtendedClientConfiguration withPayloadSizeThreshold()

in src/main/java/software/amazon/sns/SNSExtendedClientConfiguration.java [38:41]


    public SNSExtendedClientConfiguration withPayloadSizeThreshold(int payloadSizeThreshold) {
        this.setPayloadSizeThreshold(payloadSizeThreshold);
        return this;
    }