Class UpdateWorkforceRequest

    • Method Detail

      • workforceName

        public final String workforceName()

        The name of the private workforce that you want to update. You can find your workforce name by using the ListWorkforces operation.

        Returns:
        The name of the private workforce that you want to update. You can find your workforce name by using the ListWorkforces operation.
      • sourceIpConfig

        public final SourceIpConfig sourceIpConfig()

        A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.

        Maximum: Ten CIDR values

        Returns:
        A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.

        Maximum: Ten CIDR values

      • oidcConfig

        public final OidcConfig oidcConfig()

        Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

        Returns:
        Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
      • workforceVpcConfig

        public final WorkforceVpcConfigRequest workforceVpcConfig()

        Use this parameter to update your VPC configuration for a workforce.

        Returns:
        Use this parameter to update your VPC configuration for a workforce.
      • 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