Interface DescribeApplicationResponse.Builder

  • Method Details

    • applicationArn

      DescribeApplicationResponse.Builder applicationArn(String applicationArn)

      Specifies the ARN of the application.

      Parameters:
      applicationArn - Specifies the ARN of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationProviderArn

      DescribeApplicationResponse.Builder applicationProviderArn(String applicationProviderArn)

      The ARN of the application provider under which the operation will run.

      Parameters:
      applicationProviderArn - The ARN of the application provider under which the operation will run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The application name.

      Parameters:
      name - The application name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationAccount

      DescribeApplicationResponse.Builder applicationAccount(String applicationAccount)

      The account ID.

      Parameters:
      applicationAccount - The account ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceArn

      DescribeApplicationResponse.Builder instanceArn(String instanceArn)

      The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

      Parameters:
      instanceArn - The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Specifies whether the application is enabled or disabled.

      Parameters:
      status - Specifies whether the application is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Specifies whether the application is enabled or disabled.

      Parameters:
      status - Specifies whether the application is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • portalOptions

      DescribeApplicationResponse.Builder portalOptions(PortalOptions portalOptions)

      A structure that describes the options for the portal associated with an application.

      Parameters:
      portalOptions - A structure that describes the options for the portal associated with an application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portalOptions

      default DescribeApplicationResponse.Builder portalOptions(Consumer<PortalOptions.Builder> portalOptions)

      A structure that describes the options for the portal associated with an application.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to portalOptions(PortalOptions).

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

      DescribeApplicationResponse.Builder description(String description)

      The description of the .

      Parameters:
      description - The description of the .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdDate

      DescribeApplicationResponse.Builder createdDate(Instant createdDate)

      The date the application was created.

      Parameters:
      createdDate - The date the application was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdFrom

      DescribeApplicationResponse.Builder createdFrom(String createdFrom)

      The Amazon Web Services Region where the application was created in IAM Identity Center.

      Parameters:
      createdFrom - The Amazon Web Services Region where the application was created in IAM Identity Center.
      Returns:
      Returns a reference to this object so that method calls can be chained together.