Interface AwsAutoScalingLaunchConfigurationMetadataOptions.Builder

    • Method Detail

      • httpEndpoint

        AwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpEndpoint​(String httpEndpoint)

        Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.

        Parameters:
        httpEndpoint - Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpPutResponseHopLimit

        AwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpPutResponseHopLimit​(Integer httpPutResponseHopLimit)

        The HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

        Parameters:
        httpPutResponseHopLimit - The HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpTokens

        AwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpTokens​(String httpTokens)

        Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.

        Parameters:
        httpTokens - Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.