JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.outposts.model

Class CreateOutpostRequest

    • Constructor Detail

      • CreateOutpostRequest

        public CreateOutpostRequest()
    • Method Detail

      • setName

        public void setName(String name)
        Parameters:
        name -
      • getName

        public String getName()
        Returns:
      • withName

        public CreateOutpostRequest withName(String name)
        Parameters:
        name -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)
        Parameters:
        description -
      • getDescription

        public String getDescription()
        Returns:
      • withDescription

        public CreateOutpostRequest withDescription(String description)
        Parameters:
        description -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSiteId

        public void setSiteId(String siteId)

        The ID or the Amazon Resource Name (ARN) of the site.

        Parameters:
        siteId - The ID or the Amazon Resource Name (ARN) of the site.
      • getSiteId

        public String getSiteId()

        The ID or the Amazon Resource Name (ARN) of the site.

        Returns:
        The ID or the Amazon Resource Name (ARN) of the site.
      • withSiteId

        public CreateOutpostRequest withSiteId(String siteId)

        The ID or the Amazon Resource Name (ARN) of the site.

        Parameters:
        siteId - The ID or the Amazon Resource Name (ARN) of the site.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAvailabilityZone

        public void setAvailabilityZone(String availabilityZone)
        Parameters:
        availabilityZone -
      • getAvailabilityZone

        public String getAvailabilityZone()
        Returns:
      • withAvailabilityZone

        public CreateOutpostRequest withAvailabilityZone(String availabilityZone)
        Parameters:
        availabilityZone -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAvailabilityZoneId

        public void setAvailabilityZoneId(String availabilityZoneId)
        Parameters:
        availabilityZoneId -
      • getAvailabilityZoneId

        public String getAvailabilityZoneId()
        Returns:
      • withAvailabilityZoneId

        public CreateOutpostRequest withAvailabilityZoneId(String availabilityZoneId)
        Parameters:
        availabilityZoneId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags to apply to the Outpost.

        Returns:
        The tags to apply to the Outpost.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags to apply to the Outpost.

        Parameters:
        tags - The tags to apply to the Outpost.
      • withTags

        public CreateOutpostRequest withTags(Map<String,String> tags)

        The tags to apply to the Outpost.

        Parameters:
        tags - The tags to apply to the Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateOutpostRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSupportedHardwareType

        public void setSupportedHardwareType(String supportedHardwareType)

        The type of hardware for this Outpost.

        Parameters:
        supportedHardwareType - The type of hardware for this Outpost.
        See Also:
        SupportedHardwareType
      • getSupportedHardwareType

        public String getSupportedHardwareType()

        The type of hardware for this Outpost.

        Returns:
        The type of hardware for this Outpost.
        See Also:
        SupportedHardwareType
      • withSupportedHardwareType

        public CreateOutpostRequest withSupportedHardwareType(String supportedHardwareType)

        The type of hardware for this Outpost.

        Parameters:
        supportedHardwareType - The type of hardware for this Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SupportedHardwareType
      • withSupportedHardwareType

        public CreateOutpostRequest withSupportedHardwareType(SupportedHardwareType supportedHardwareType)

        The type of hardware for this Outpost.

        Parameters:
        supportedHardwareType - The type of hardware for this Outpost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SupportedHardwareType
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /