Class RegionState.Builder

  • Enclosing class:
    RegionState

    public static final class RegionState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • accountId

        public RegionState.Builder accountId​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> accountId)
        Parameters:
        accountId - The ID of the target account when managing member accounts. Will manage current user's account by default if omitted. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account. The specified account ID must also be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned.
        Returns:
        builder
      • accountId

        public RegionState.Builder accountId​(java.lang.String accountId)
        Parameters:
        accountId - The ID of the target account when managing member accounts. Will manage current user's account by default if omitted. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account. The specified account ID must also be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned.
        Returns:
        builder
      • enabled

        public RegionState.Builder enabled​(@Nullable
                                           com.pulumi.core.Output<java.lang.Boolean> enabled)
        Parameters:
        enabled - Whether the region is enabled.
        Returns:
        builder
      • enabled

        public RegionState.Builder enabled​(java.lang.Boolean enabled)
        Parameters:
        enabled - Whether the region is enabled.
        Returns:
        builder
      • optStatus

        public RegionState.Builder optStatus​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> optStatus)
        Parameters:
        optStatus - The region opt status.
        Returns:
        builder
      • optStatus

        public RegionState.Builder optStatus​(java.lang.String optStatus)
        Parameters:
        optStatus - The region opt status.
        Returns:
        builder
      • regionName

        public RegionState.Builder regionName​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> regionName)
        Parameters:
        regionName - The region name to manage.
        Returns:
        builder
      • regionName

        public RegionState.Builder regionName​(java.lang.String regionName)
        Parameters:
        regionName - The region name to manage.
        Returns:
        builder