Class AWSPrivateLinkInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
- io.temporal.api.cloud.namespace.v1.AWSPrivateLinkInfo.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,AWSPrivateLinkInfoOrBuilder,java.lang.Cloneable
- Enclosing class:
- AWSPrivateLinkInfo
public static final class AWSPrivateLinkInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder> implements AWSPrivateLinkInfoOrBuilder
Protobuf typetemporal.api.cloud.namespace.v1.AWSPrivateLinkInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSPrivateLinkInfo.BuilderaddAllAllowedPrincipalArns(java.lang.Iterable<java.lang.String> values)The list of principal arns that are allowed to access the namespace on the private link.AWSPrivateLinkInfo.BuilderaddAllowedPrincipalArns(java.lang.String value)The list of principal arns that are allowed to access the namespace on the private link.AWSPrivateLinkInfo.BuilderaddAllowedPrincipalArnsBytes(com.google.protobuf.ByteString value)The list of principal arns that are allowed to access the namespace on the private link.AWSPrivateLinkInfo.BuilderaddAllVpcEndpointServiceNames(java.lang.Iterable<java.lang.String> values)The list of vpc endpoint service names that are associated with the namespace.AWSPrivateLinkInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AWSPrivateLinkInfo.BuilderaddVpcEndpointServiceNames(java.lang.String value)The list of vpc endpoint service names that are associated with the namespace.AWSPrivateLinkInfo.BuilderaddVpcEndpointServiceNamesBytes(com.google.protobuf.ByteString value)The list of vpc endpoint service names that are associated with the namespace.AWSPrivateLinkInfobuild()AWSPrivateLinkInfobuildPartial()AWSPrivateLinkInfo.Builderclear()AWSPrivateLinkInfo.BuilderclearAllowedPrincipalArns()The list of principal arns that are allowed to access the namespace on the private link.AWSPrivateLinkInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AWSPrivateLinkInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AWSPrivateLinkInfo.BuilderclearVpcEndpointServiceNames()The list of vpc endpoint service names that are associated with the namespace.AWSPrivateLinkInfo.Builderclone()java.lang.StringgetAllowedPrincipalArns(int index)The list of principal arns that are allowed to access the namespace on the private link.com.google.protobuf.ByteStringgetAllowedPrincipalArnsBytes(int index)The list of principal arns that are allowed to access the namespace on the private link.intgetAllowedPrincipalArnsCount()The list of principal arns that are allowed to access the namespace on the private link.com.google.protobuf.ProtocolStringListgetAllowedPrincipalArnsList()The list of principal arns that are allowed to access the namespace on the private link.AWSPrivateLinkInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetVpcEndpointServiceNames(int index)The list of vpc endpoint service names that are associated with the namespace.com.google.protobuf.ByteStringgetVpcEndpointServiceNamesBytes(int index)The list of vpc endpoint service names that are associated with the namespace.intgetVpcEndpointServiceNamesCount()The list of vpc endpoint service names that are associated with the namespace.com.google.protobuf.ProtocolStringListgetVpcEndpointServiceNamesList()The list of vpc endpoint service names that are associated with the namespace.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AWSPrivateLinkInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AWSPrivateLinkInfo.BuildermergeFrom(com.google.protobuf.Message other)AWSPrivateLinkInfo.BuildermergeFrom(AWSPrivateLinkInfo other)AWSPrivateLinkInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AWSPrivateLinkInfo.BuildersetAllowedPrincipalArns(int index, java.lang.String value)The list of principal arns that are allowed to access the namespace on the private link.AWSPrivateLinkInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AWSPrivateLinkInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)AWSPrivateLinkInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AWSPrivateLinkInfo.BuildersetVpcEndpointServiceNames(int index, java.lang.String value)The list of vpc endpoint service names that are associated with the namespace.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
clear
public AWSPrivateLinkInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
getDefaultInstanceForType
public AWSPrivateLinkInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AWSPrivateLinkInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AWSPrivateLinkInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AWSPrivateLinkInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
setField
public AWSPrivateLinkInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
clearField
public AWSPrivateLinkInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
clearOneof
public AWSPrivateLinkInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
setRepeatedField
public AWSPrivateLinkInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
addRepeatedField
public AWSPrivateLinkInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
mergeFrom
public AWSPrivateLinkInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AWSPrivateLinkInfo.Builder>
-
mergeFrom
public AWSPrivateLinkInfo.Builder mergeFrom(AWSPrivateLinkInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
mergeFrom
public AWSPrivateLinkInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AWSPrivateLinkInfo.Builder>- Throws:
java.io.IOException
-
getAllowedPrincipalArnsList
public com.google.protobuf.ProtocolStringList getAllowedPrincipalArnsList()
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Specified by:
getAllowedPrincipalArnsListin interfaceAWSPrivateLinkInfoOrBuilder- Returns:
- A list containing the allowedPrincipalArns.
-
getAllowedPrincipalArnsCount
public int getAllowedPrincipalArnsCount()
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Specified by:
getAllowedPrincipalArnsCountin interfaceAWSPrivateLinkInfoOrBuilder- Returns:
- The count of allowedPrincipalArns.
-
getAllowedPrincipalArns
public java.lang.String getAllowedPrincipalArns(int index)
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Specified by:
getAllowedPrincipalArnsin interfaceAWSPrivateLinkInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The allowedPrincipalArns at the given index.
-
getAllowedPrincipalArnsBytes
public com.google.protobuf.ByteString getAllowedPrincipalArnsBytes(int index)
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Specified by:
getAllowedPrincipalArnsBytesin interfaceAWSPrivateLinkInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allowedPrincipalArns at the given index.
-
setAllowedPrincipalArns
public AWSPrivateLinkInfo.Builder setAllowedPrincipalArns(int index, java.lang.String value)
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Parameters:
index- The index to set the value at.value- The allowedPrincipalArns to set.- Returns:
- This builder for chaining.
-
addAllowedPrincipalArns
public AWSPrivateLinkInfo.Builder addAllowedPrincipalArns(java.lang.String value)
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Parameters:
value- The allowedPrincipalArns to add.- Returns:
- This builder for chaining.
-
addAllAllowedPrincipalArns
public AWSPrivateLinkInfo.Builder addAllAllowedPrincipalArns(java.lang.Iterable<java.lang.String> values)
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Parameters:
values- The allowedPrincipalArns to add.- Returns:
- This builder for chaining.
-
clearAllowedPrincipalArns
public AWSPrivateLinkInfo.Builder clearAllowedPrincipalArns()
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Returns:
- This builder for chaining.
-
addAllowedPrincipalArnsBytes
public AWSPrivateLinkInfo.Builder addAllowedPrincipalArnsBytes(com.google.protobuf.ByteString value)
The list of principal arns that are allowed to access the namespace on the private link.
repeated string allowed_principal_arns = 1;- Parameters:
value- The bytes of the allowedPrincipalArns to add.- Returns:
- This builder for chaining.
-
getVpcEndpointServiceNamesList
public com.google.protobuf.ProtocolStringList getVpcEndpointServiceNamesList()
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Specified by:
getVpcEndpointServiceNamesListin interfaceAWSPrivateLinkInfoOrBuilder- Returns:
- A list containing the vpcEndpointServiceNames.
-
getVpcEndpointServiceNamesCount
public int getVpcEndpointServiceNamesCount()
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Specified by:
getVpcEndpointServiceNamesCountin interfaceAWSPrivateLinkInfoOrBuilder- Returns:
- The count of vpcEndpointServiceNames.
-
getVpcEndpointServiceNames
public java.lang.String getVpcEndpointServiceNames(int index)
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Specified by:
getVpcEndpointServiceNamesin interfaceAWSPrivateLinkInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The vpcEndpointServiceNames at the given index.
-
getVpcEndpointServiceNamesBytes
public com.google.protobuf.ByteString getVpcEndpointServiceNamesBytes(int index)
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Specified by:
getVpcEndpointServiceNamesBytesin interfaceAWSPrivateLinkInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the vpcEndpointServiceNames at the given index.
-
setVpcEndpointServiceNames
public AWSPrivateLinkInfo.Builder setVpcEndpointServiceNames(int index, java.lang.String value)
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Parameters:
index- The index to set the value at.value- The vpcEndpointServiceNames to set.- Returns:
- This builder for chaining.
-
addVpcEndpointServiceNames
public AWSPrivateLinkInfo.Builder addVpcEndpointServiceNames(java.lang.String value)
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Parameters:
value- The vpcEndpointServiceNames to add.- Returns:
- This builder for chaining.
-
addAllVpcEndpointServiceNames
public AWSPrivateLinkInfo.Builder addAllVpcEndpointServiceNames(java.lang.Iterable<java.lang.String> values)
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Parameters:
values- The vpcEndpointServiceNames to add.- Returns:
- This builder for chaining.
-
clearVpcEndpointServiceNames
public AWSPrivateLinkInfo.Builder clearVpcEndpointServiceNames()
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Returns:
- This builder for chaining.
-
addVpcEndpointServiceNamesBytes
public AWSPrivateLinkInfo.Builder addVpcEndpointServiceNamesBytes(com.google.protobuf.ByteString value)
The list of vpc endpoint service names that are associated with the namespace.
repeated string vpc_endpoint_service_names = 2;- Parameters:
value- The bytes of the vpcEndpointServiceNames to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final AWSPrivateLinkInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
mergeUnknownFields
public final AWSPrivateLinkInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AWSPrivateLinkInfo.Builder>
-
-