Class UpdateCrossAccountAttachmentRequest

    • Method Detail

      • attachmentArn

        public final String attachmentArn()

        The Amazon Resource Name (ARN) of the cross-account attachment to update.

        Returns:
        The Amazon Resource Name (ARN) of the cross-account attachment to update.
      • name

        public final String name()

        The name of the cross-account attachment.

        Returns:
        The name of the cross-account attachment.
      • hasAddPrincipals

        public final boolean hasAddPrincipals()
        For responses, this returns true if the service returned a value for the AddPrincipals property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • addPrincipals

        public final List<String> addPrincipals()

        The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

        To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAddPrincipals() method.

        Returns:
        The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

        To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

      • hasRemovePrincipals

        public final boolean hasRemovePrincipals()
        For responses, this returns true if the service returned a value for the RemovePrincipals property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • removePrincipals

        public final List<String> removePrincipals()

        The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

        To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasRemovePrincipals() method.

        Returns:
        The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.

        To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.

      • hasAddResources

        public final boolean hasAddResources()
        For responses, this returns true if the service returned a value for the AddResources property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • addResources

        public final List<Resource> addResources()

        The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

        To add more than one resource, separate the resource ARNs with commas.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAddResources() method.

        Returns:
        The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

        To add more than one resource, separate the resource ARNs with commas.

      • hasRemoveResources

        public final boolean hasRemoveResources()
        For responses, this returns true if the service returned a value for the RemoveResources property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • removeResources

        public final List<Resource> removeResources()

        The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

        To remove more than one resource, separate the resource ARNs with commas.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasRemoveResources() method.

        Returns:
        The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.

        To remove more than one resource, separate the resource ARNs with commas.

      • toString

        public final 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