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.resiliencehub.model

Class DeleteAppInputSourceRequest

    • Constructor Detail

      • DeleteAppInputSourceRequest

        public DeleteAppInputSourceRequest()
    • Method Detail

      • setAppArn

        public void setAppArn(String appArn)

        Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Parameters:
        appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
      • getAppArn

        public String getAppArn()

        Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Returns:
        Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
      • withAppArn

        public DeleteAppInputSourceRequest withAppArn(String appArn)

        Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Parameters:
        appArn - Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn: partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

        Parameters:
        clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
      • getClientToken

        public String getClientToken()

        Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

        Returns:
        Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
      • withClientToken

        public DeleteAppInputSourceRequest withClientToken(String clientToken)

        Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

        Parameters:
        clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEksSourceClusterNamespace

        public void setEksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace)

        The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.

        Parameters:
        eksSourceClusterNamespace - The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
      • getEksSourceClusterNamespace

        public EksSourceClusterNamespace getEksSourceClusterNamespace()

        The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.

        Returns:
        The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
      • withEksSourceClusterNamespace

        public DeleteAppInputSourceRequest withEksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace)

        The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.

        Parameters:
        eksSourceClusterNamespace - The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceArn

        public void setSourceArn(String sourceArn)

        The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Parameters:
        sourceArn - The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
      • getSourceArn

        public String getSourceArn()

        The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Returns:
        The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
      • withSourceArn

        public DeleteAppInputSourceRequest withSourceArn(String sourceArn)

        The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

        Parameters:
        sourceArn - The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTerraformSource

        public void setTerraformSource(TerraformSource terraformSource)

        The imported Terraform s3 state file you want to remove from the Resilience Hub application.

        Parameters:
        terraformSource - The imported Terraform s3 state file you want to remove from the Resilience Hub application.
      • getTerraformSource

        public TerraformSource getTerraformSource()

        The imported Terraform s3 state file you want to remove from the Resilience Hub application.

        Returns:
        The imported Terraform s3 state file you want to remove from the Resilience Hub application.
      • withTerraformSource

        public DeleteAppInputSourceRequest withTerraformSource(TerraformSource terraformSource)

        The imported Terraform s3 state file you want to remove from the Resilience Hub application.

        Parameters:
        terraformSource - The imported Terraform s3 state file you want to remove from the Resilience Hub application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /