Interface GetOciOnboardingStatusResponse.Builder

  • Method Details

    • status

      Sets the value of the Status property for this object.
      Parameters:
      status - The new value for the Status property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Sets the value of the Status property for this object.
      Parameters:
      status - The new value for the Status property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • existingTenancyActivationLink

      GetOciOnboardingStatusResponse.Builder existingTenancyActivationLink(String existingTenancyActivationLink)

      The existing OCI tenancy activation link for your Amazon Web Services account.

      Parameters:
      existingTenancyActivationLink - The existing OCI tenancy activation link for your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newTenancyActivationLink

      GetOciOnboardingStatusResponse.Builder newTenancyActivationLink(String newTenancyActivationLink)

      A new OCI tenancy activation link for your Amazon Web Services account.

      Parameters:
      newTenancyActivationLink - A new OCI tenancy activation link for your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ociIdentityDomain

      GetOciOnboardingStatusResponse.Builder ociIdentityDomain(OciIdentityDomain ociIdentityDomain)

      The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.

      Parameters:
      ociIdentityDomain - The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ociIdentityDomain

      default GetOciOnboardingStatusResponse.Builder ociIdentityDomain(Consumer<OciIdentityDomain.Builder> ociIdentityDomain)

      The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.

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

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

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

      GetOciOnboardingStatusResponse.Builder autonomousDatabaseOciIntegrationIamRoles(Collection<OciIamRole> autonomousDatabaseOciIntegrationIamRoles)

      The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).

      Parameters:
      autonomousDatabaseOciIntegrationIamRoles - The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autonomousDatabaseOciIntegrationIamRoles

      GetOciOnboardingStatusResponse.Builder autonomousDatabaseOciIntegrationIamRoles(OciIamRole... autonomousDatabaseOciIntegrationIamRoles)

      The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).

      Parameters:
      autonomousDatabaseOciIntegrationIamRoles - The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autonomousDatabaseOciIntegrationIamRoles

      GetOciOnboardingStatusResponse.Builder autonomousDatabaseOciIntegrationIamRoles(Consumer<OciIamRole.Builder>... autonomousDatabaseOciIntegrationIamRoles)

      The list of Amazon Web Services Identity and Access Management (IAM) service roles used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).

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

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

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

      GetOciOnboardingStatusResponse.Builder linkedOciTenancyId(String linkedOciTenancyId)

      The unique identifier of the Oracle Cloud Infrastructure (OCI) tenancy that is linked to your Amazon Web Services account.

      Parameters:
      linkedOciTenancyId - The unique identifier of the Oracle Cloud Infrastructure (OCI) tenancy that is linked to your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkedOciCompartmentId

      GetOciOnboardingStatusResponse.Builder linkedOciCompartmentId(String linkedOciCompartmentId)

      The unique identifier of the Oracle Cloud Infrastructure (OCI) compartment that is linked to your Amazon Web Services account.

      Parameters:
      linkedOciCompartmentId - The unique identifier of the Oracle Cloud Infrastructure (OCI) compartment that is linked to your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptionErrors

      GetOciOnboardingStatusResponse.Builder subscriptionErrors(Collection<SubscriptionError> subscriptionErrors)

      The list of errors that occurred during the subscription process for your Amazon Web Services account, if any.

      Parameters:
      subscriptionErrors - The list of errors that occurred during the subscription process for your Amazon Web Services account, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptionErrors

      GetOciOnboardingStatusResponse.Builder subscriptionErrors(SubscriptionError... subscriptionErrors)

      The list of errors that occurred during the subscription process for your Amazon Web Services account, if any.

      Parameters:
      subscriptionErrors - The list of errors that occurred during the subscription process for your Amazon Web Services account, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptionErrors

      The list of errors that occurred during the subscription process for your Amazon Web Services account, if any.

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

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

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