Interface ExportServerEngineAttributeRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ExportServerEngineAttributeRequest.Builder,ExportServerEngineAttributeRequest>, OpsWorksCmRequest.Builder, SdkBuilder<ExportServerEngineAttributeRequest.Builder,ExportServerEngineAttributeRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ExportServerEngineAttributeRequest

public static interface ExportServerEngineAttributeRequest.Builder extends OpsWorksCmRequest.Builder, SdkPojo, CopyableBuilder<ExportServerEngineAttributeRequest.Builder,ExportServerEngineAttributeRequest>
  • Method Details

    • exportAttributeName

      ExportServerEngineAttributeRequest.Builder exportAttributeName(String exportAttributeName)

      The name of the export attribute. Currently, the supported export attribute is Userdata. This exports a user data script that includes parameters and values provided in the InputAttributes list.

      Parameters:
      exportAttributeName - The name of the export attribute. Currently, the supported export attribute is Userdata. This exports a user data script that includes parameters and values provided in the InputAttributes list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverName

      The name of the server from which you are exporting the attribute.

      Parameters:
      serverName - The name of the server from which you are exporting the attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputAttributes

      The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

      • RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.

      • OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the organization default. In Puppet, this parameter is ignored.

      • NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.

      • NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.

      Parameters:
      inputAttributes - The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

      • RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.

      • OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the organization default. In Puppet, this parameter is ignored.

      • NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.

      • NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputAttributes

      ExportServerEngineAttributeRequest.Builder inputAttributes(EngineAttribute... inputAttributes)

      The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

      • RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.

      • OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the organization default. In Puppet, this parameter is ignored.

      • NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.

      • NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.

      Parameters:
      inputAttributes - The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

      • RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.

      • OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the organization default. In Puppet, this parameter is ignored.

      • NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.

      • NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputAttributes

      The list of engine attributes. The list type is EngineAttribute. An EngineAttribute list item is a pair that includes an attribute name and its value. For the Userdata ExportAttributeName, the following are supported engine attribute names.

      • RunList In Chef, a list of roles or recipes that are run in the specified order. In Puppet, this parameter is ignored.

      • OrganizationName In Chef, an organization name. AWS OpsWorks for Chef Automate always creates the organization default. In Puppet, this parameter is ignored.

      • NodeEnvironment In Chef, a node environment (for example, development, staging, or one-box). In Puppet, this parameter is ignored.

      • NodeClientVersion In Chef, the version of the Chef engine (three numbers separated by dots, such as 13.8.5). If this attribute is empty, OpsWorks for Chef Automate uses the most current version. In Puppet, this parameter is ignored.

      This is a convenience method that creates an instance of the EngineAttribute.Builder avoiding the need to create one manually via EngineAttribute.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to inputAttributes(List<EngineAttribute>).

      Parameters:
      inputAttributes - a consumer that will call methods on EngineAttribute.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.