Class AwsRequestSigningPerRoute.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AwsRequestSigningPerRoute.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AwsRequestSigningPerRoute.Builder>
      • getDefaultInstanceForType

        public AwsRequestSigningPerRoute getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public AwsRequestSigningPerRoute build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public AwsRequestSigningPerRoute buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public AwsRequestSigningPerRoute.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AwsRequestSigningPerRoute.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AwsRequestSigningPerRoute.Builder>
      • mergeFrom

        public AwsRequestSigningPerRoute.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AwsRequestSigningPerRoute.Builder>
        Throws:
        IOException
      • hasAwsRequestSigning

        public boolean hasAwsRequestSigning()
         Override the global configuration of the filter with this new config.
         This overrides the entire message of AwsRequestSigning and not at field level.
         
        .envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning aws_request_signing = 1;
        Specified by:
        hasAwsRequestSigning in interface AwsRequestSigningPerRouteOrBuilder
        Returns:
        Whether the awsRequestSigning field is set.
      • getAwsRequestSigning

        public AwsRequestSigning getAwsRequestSigning()
         Override the global configuration of the filter with this new config.
         This overrides the entire message of AwsRequestSigning and not at field level.
         
        .envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning aws_request_signing = 1;
        Specified by:
        getAwsRequestSigning in interface AwsRequestSigningPerRouteOrBuilder
        Returns:
        The awsRequestSigning.
      • setAwsRequestSigning

        public AwsRequestSigningPerRoute.Builder setAwsRequestSigning​(AwsRequestSigning value)
         Override the global configuration of the filter with this new config.
         This overrides the entire message of AwsRequestSigning and not at field level.
         
        .envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning aws_request_signing = 1;
      • setAwsRequestSigning

        public AwsRequestSigningPerRoute.Builder setAwsRequestSigning​(AwsRequestSigning.Builder builderForValue)
         Override the global configuration of the filter with this new config.
         This overrides the entire message of AwsRequestSigning and not at field level.
         
        .envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning aws_request_signing = 1;
      • mergeAwsRequestSigning

        public AwsRequestSigningPerRoute.Builder mergeAwsRequestSigning​(AwsRequestSigning value)
         Override the global configuration of the filter with this new config.
         This overrides the entire message of AwsRequestSigning and not at field level.
         
        .envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning aws_request_signing = 1;
      • clearAwsRequestSigning

        public AwsRequestSigningPerRoute.Builder clearAwsRequestSigning()
         Override the global configuration of the filter with this new config.
         This overrides the entire message of AwsRequestSigning and not at field level.
         
        .envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning aws_request_signing = 1;
      • getAwsRequestSigningBuilder

        public AwsRequestSigning.Builder getAwsRequestSigningBuilder()
         Override the global configuration of the filter with this new config.
         This overrides the entire message of AwsRequestSigning and not at field level.
         
        .envoy.extensions.filters.http.aws_request_signing.v3.AwsRequestSigning aws_request_signing = 1;
      • getStatPrefixBytes

        public com.google.protobuf.ByteString getStatPrefixBytes()
         The human readable prefix to use when emitting stats.
         
        string stat_prefix = 2 [(.validate.rules) = { ... }
        Specified by:
        getStatPrefixBytes in interface AwsRequestSigningPerRouteOrBuilder
        Returns:
        The bytes for statPrefix.
      • setStatPrefix

        public AwsRequestSigningPerRoute.Builder setStatPrefix​(String value)
         The human readable prefix to use when emitting stats.
         
        string stat_prefix = 2 [(.validate.rules) = { ... }
        Parameters:
        value - The statPrefix to set.
        Returns:
        This builder for chaining.
      • clearStatPrefix

        public AwsRequestSigningPerRoute.Builder clearStatPrefix()
         The human readable prefix to use when emitting stats.
         
        string stat_prefix = 2 [(.validate.rules) = { ... }
        Returns:
        This builder for chaining.
      • setStatPrefixBytes

        public AwsRequestSigningPerRoute.Builder setStatPrefixBytes​(com.google.protobuf.ByteString value)
         The human readable prefix to use when emitting stats.
         
        string stat_prefix = 2 [(.validate.rules) = { ... }
        Parameters:
        value - The bytes for statPrefix to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final AwsRequestSigningPerRoute.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AwsRequestSigningPerRoute.Builder>
      • mergeUnknownFields

        public final AwsRequestSigningPerRoute.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AwsRequestSigningPerRoute.Builder>