@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkforceRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateWorkforceRequest.Builder,UpdateWorkforceRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateWorkforceRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateWorkforceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OidcConfig |
oidcConfig()
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorkforceRequest.Builder> |
serializableBuilderClass() |
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workforceName()
The name of the private workforce that you want to update.
|
WorkforceVpcConfigRequest |
workforceVpcConfig()
Use this parameter to update your VPC configuration for a workforce.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String workforceName()
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
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
Maximum: Ten CIDR values
public final OidcConfig oidcConfig()
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
public final WorkforceVpcConfigRequest workforceVpcConfig()
Use this parameter to update your VPC configuration for a workforce.
public UpdateWorkforceRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateWorkforceRequest.Builder,UpdateWorkforceRequest>
toBuilder
in class SageMakerRequest
public static UpdateWorkforceRequest.Builder builder()
public static Class<? extends UpdateWorkforceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.