@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkforceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkforceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkforceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
OidcConfig |
getOidcConfig()
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
SourceIpConfig |
getSourceIpConfig()
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
String |
getWorkforceName()
The name of the private workforce that you want to update.
|
int |
hashCode() |
void |
setOidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
void |
setSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
void |
setWorkforceName(String workforceName)
The name of the private workforce that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkforceRequest |
withOidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
UpdateWorkforceRequest |
withSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
UpdateWorkforceRequest |
withWorkforceName(String workforceName)
The name of the private workforce that you want to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setWorkforceName(String workforceName)
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
workforceName
- The name of the private workforce that you want to update. You can find your workforce name by using the
operation.public String getWorkforceName()
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
public UpdateWorkforceRequest withWorkforceName(String workforceName)
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
workforceName
- The name of the private workforce that you want to update. You can find your workforce name by using the
operation.public void setSourceIpConfig(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
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
public SourceIpConfig getSourceIpConfig()
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
Maximum: Ten CIDR values
public UpdateWorkforceRequest withSourceIpConfig(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
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
public void setOidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
oidcConfig
- Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using
your own IdP.public OidcConfig getOidcConfig()
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
public UpdateWorkforceRequest withOidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
oidcConfig
- Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using
your own IdP.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkforceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()