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 UpdateAppVersionResourceRequest

    • Constructor Detail

      • UpdateAppVersionResourceRequest

        public UpdateAppVersionResourceRequest()
    • Method Detail

      • getAdditionalInfo

        public Map<String,List<String>> getAdditionalInfo()

        Currently, there is no supported additional information for resources.

        Returns:
        Currently, there is no supported additional information for resources.
      • setAdditionalInfo

        public void setAdditionalInfo(Map<String,List<String>> additionalInfo)

        Currently, there is no supported additional information for resources.

        Parameters:
        additionalInfo - Currently, there is no supported additional information for resources.
      • withAdditionalInfo

        public UpdateAppVersionResourceRequest withAdditionalInfo(Map<String,List<String>> additionalInfo)

        Currently, there is no supported additional information for resources.

        Parameters:
        additionalInfo - Currently, there is no supported additional information for resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearAdditionalInfoEntries

        public UpdateAppVersionResourceRequest clearAdditionalInfoEntries()
        Removes all the entries added into AdditionalInfo.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 UpdateAppVersionResourceRequest 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.
      • getAppComponents

        public List<String> getAppComponents()

        List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.

        Returns:
        List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
      • setAppComponents

        public void setAppComponents(Collection<String> appComponents)

        List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.

        Parameters:
        appComponents - List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
      • withAppComponents

        public UpdateAppVersionResourceRequest withAppComponents(String... appComponents)

        List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.

        NOTE: This method appends the values to the existing list (if any). Use setAppComponents(java.util.Collection) or withAppComponents(java.util.Collection) if you want to override the existing values.

        Parameters:
        appComponents - List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAppComponents

        public UpdateAppVersionResourceRequest withAppComponents(Collection<String> appComponents)

        List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.

        Parameters:
        appComponents - List of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAwsAccountId

        public void setAwsAccountId(String awsAccountId)

        Amazon Web Services account that owns the physical resource.

        Parameters:
        awsAccountId - Amazon Web Services account that owns the physical resource.
      • getAwsAccountId

        public String getAwsAccountId()

        Amazon Web Services account that owns the physical resource.

        Returns:
        Amazon Web Services account that owns the physical resource.
      • withAwsAccountId

        public UpdateAppVersionResourceRequest withAwsAccountId(String awsAccountId)

        Amazon Web Services account that owns the physical resource.

        Parameters:
        awsAccountId - Amazon Web Services account that owns the physical resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAwsRegion

        public void setAwsRegion(String awsRegion)

        Amazon Web Services region that owns the physical resource.

        Parameters:
        awsRegion - Amazon Web Services region that owns the physical resource.
      • getAwsRegion

        public String getAwsRegion()

        Amazon Web Services region that owns the physical resource.

        Returns:
        Amazon Web Services region that owns the physical resource.
      • withAwsRegion

        public UpdateAppVersionResourceRequest withAwsRegion(String awsRegion)

        Amazon Web Services region that owns the physical resource.

        Parameters:
        awsRegion - Amazon Web Services region that owns the physical resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExcluded

        public void setExcluded(Boolean excluded)

        Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

        Parameters:
        excluded - Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

      • getExcluded

        public Boolean getExcluded()

        Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

        Returns:
        Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

      • withExcluded

        public UpdateAppVersionResourceRequest withExcluded(Boolean excluded)

        Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

        Parameters:
        excluded - Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

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

        public Boolean isExcluded()

        Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

        Returns:
        Indicates if a resource is excluded from an Resilience Hub application.

        You can exclude only imported resources from an Resilience Hub application.

      • setLogicalResourceId

        public void setLogicalResourceId(LogicalResourceId logicalResourceId)

        Logical identifier of the resource.

        Parameters:
        logicalResourceId - Logical identifier of the resource.
      • getLogicalResourceId

        public LogicalResourceId getLogicalResourceId()

        Logical identifier of the resource.

        Returns:
        Logical identifier of the resource.
      • withLogicalResourceId

        public UpdateAppVersionResourceRequest withLogicalResourceId(LogicalResourceId logicalResourceId)

        Logical identifier of the resource.

        Parameters:
        logicalResourceId - Logical identifier of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPhysicalResourceId

        public void setPhysicalResourceId(String physicalResourceId)

        Physical identifier of the resource.

        Parameters:
        physicalResourceId - Physical identifier of the resource.
      • getPhysicalResourceId

        public String getPhysicalResourceId()

        Physical identifier of the resource.

        Returns:
        Physical identifier of the resource.
      • withPhysicalResourceId

        public UpdateAppVersionResourceRequest withPhysicalResourceId(String physicalResourceId)

        Physical identifier of the resource.

        Parameters:
        physicalResourceId - Physical identifier of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceName

        public void setResourceName(String resourceName)

        Name of the resource.

        Parameters:
        resourceName - Name of the resource.
      • getResourceName

        public String getResourceName()

        Name of the resource.

        Returns:
        Name of the resource.
      • withResourceName

        public UpdateAppVersionResourceRequest withResourceName(String resourceName)

        Name of the resource.

        Parameters:
        resourceName - Name of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceType

        public void setResourceType(String resourceType)

        Type of resource.

        Parameters:
        resourceType - Type of resource.
      • getResourceType

        public String getResourceType()

        Type of resource.

        Returns:
        Type of resource.
      • withResourceType

        public UpdateAppVersionResourceRequest withResourceType(String resourceType)

        Type of resource.

        Parameters:
        resourceType - Type of resource.
        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 によって変換されたページ (->オリジナル) /