Class EndpointAttachmentState.Builder

  • Enclosing class:
    EndpointAttachmentState

    public static final class EndpointAttachmentState.Builder
    extends java.lang.Object
    • Method Detail

      • connectionState

        public EndpointAttachmentState.Builder connectionState​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> connectionState)
        Parameters:
        connectionState - State of the endpoint attachment connection to the service attachment.
        Returns:
        builder
      • connectionState

        public EndpointAttachmentState.Builder connectionState​(java.lang.String connectionState)
        Parameters:
        connectionState - State of the endpoint attachment connection to the service attachment.
        Returns:
        builder
      • endpointAttachmentId

        public EndpointAttachmentState.Builder endpointAttachmentId​(@Nullable
                                                                    com.pulumi.core.Output<java.lang.String> endpointAttachmentId)
        Parameters:
        endpointAttachmentId - ID of the endpoint attachment. ***
        Returns:
        builder
      • endpointAttachmentId

        public EndpointAttachmentState.Builder endpointAttachmentId​(java.lang.String endpointAttachmentId)
        Parameters:
        endpointAttachmentId - ID of the endpoint attachment. ***
        Returns:
        builder
      • host

        public EndpointAttachmentState.Builder host​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> host)
        Parameters:
        host - Host that can be used in either HTTP Target Endpoint directly, or as the host in Target Server.
        Returns:
        builder
      • host

        public EndpointAttachmentState.Builder host​(java.lang.String host)
        Parameters:
        host - Host that can be used in either HTTP Target Endpoint directly, or as the host in Target Server.
        Returns:
        builder
      • location

        public EndpointAttachmentState.Builder location​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - Location of the endpoint attachment.
        Returns:
        builder
      • location

        public EndpointAttachmentState.Builder location​(java.lang.String location)
        Parameters:
        location - Location of the endpoint attachment.
        Returns:
        builder
      • name

        public EndpointAttachmentState.Builder name​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the Endpoint Attachment in the following format: organizations/{organization}/endpointAttachments/{endpointAttachment}.
        Returns:
        builder
      • name

        public EndpointAttachmentState.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the Endpoint Attachment in the following format: organizations/{organization}/endpointAttachments/{endpointAttachment}.
        Returns:
        builder
      • orgId

        public EndpointAttachmentState.Builder orgId​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> orgId)
        Parameters:
        orgId - The Apigee Organization associated with the Apigee instance, in the format `organizations/{{org_name}}`.
        Returns:
        builder
      • orgId

        public EndpointAttachmentState.Builder orgId​(java.lang.String orgId)
        Parameters:
        orgId - The Apigee Organization associated with the Apigee instance, in the format `organizations/{{org_name}}`.
        Returns:
        builder
      • serviceAttachment

        public EndpointAttachmentState.Builder serviceAttachment​(@Nullable
                                                                 com.pulumi.core.Output<java.lang.String> serviceAttachment)
        Parameters:
        serviceAttachment - Format: projects/*/regions/*/serviceAttachments/*
        Returns:
        builder
      • serviceAttachment

        public EndpointAttachmentState.Builder serviceAttachment​(java.lang.String serviceAttachment)
        Parameters:
        serviceAttachment - Format: projects/*/regions/*/serviceAttachments/*
        Returns:
        builder