public final class PubSubSecurityConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubSecurityConf.Builder
Builder for
PubSubSecurityConf. |
static class |
PubSubSecurityConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubSecurityConf.Builder |
builder()
Returns a new
PubSubSecurityConf.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
MessageSecurityMode |
getMessageSecurityMode() |
String |
getSecurityGroupId() |
List<EndpointDescription> |
getSecurityKeyServices() |
int |
hashCode() |
PubSubConfSpecification |
specification()
Returns the specification of this object.
|
PubSubSecurityConf.Builder |
toBuilder()
Returns a new
PubSubSecurityConf.Builder that is initialized with the state of this object. |
String |
toString() |
PubSubSecurityConf |
withMessageSecurityMode(MessageSecurityMode messageSecurityMode) |
PubSubSecurityConf |
withSecurityGroupId(String securityGroupId) |
public static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic MessageSecurityMode getMessageSecurityMode()
public String getSecurityGroupId()
public List<EndpointDescription> getSecurityKeyServices()
public PubSubSecurityConf withMessageSecurityMode(MessageSecurityMode messageSecurityMode)
public PubSubSecurityConf withSecurityGroupId(String securityGroupId)
public static PubSubSecurityConf.Builder builder()
PubSubSecurityConf.Builder that can be used to construct instances of this classpublic PubSubSecurityConf.Builder toBuilder()
PubSubSecurityConf.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.