Class EndpointAttachmentArgs.Builder

  • Enclosing class:
    EndpointAttachmentArgs

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

      • endpointAttachmentId

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

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

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

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

        public EndpointAttachmentArgs.Builder orgId​(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 EndpointAttachmentArgs.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 EndpointAttachmentArgs.Builder serviceAttachment​(com.pulumi.core.Output<java.lang.String> serviceAttachment)
        Parameters:
        serviceAttachment - Format: projects/*/regions/*/serviceAttachments/*
        Returns:
        builder
      • serviceAttachment

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