Class UpdateExpressGatewayServiceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ecs.model.EcsRequest
-
- software.amazon.awssdk.services.ecs.model.UpdateExpressGatewayServiceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateExpressGatewayServiceRequest.Builder,UpdateExpressGatewayServiceRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateExpressGatewayServiceRequest extends EcsRequest implements ToCopyableBuilder<UpdateExpressGatewayServiceRequest.Builder,UpdateExpressGatewayServiceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateExpressGatewayServiceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateExpressGatewayServiceRequest.Builderbuilder()Stringcpu()The number of CPU units used by the task.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionRoleArn()The Amazon Resource Name (ARN) of the task execution role for the Express service.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhealthCheckPath()The path on the container for Application Load Balancer health checks.Stringmemory()The amount of memory (in MiB) used by the task.ExpressGatewayServiceNetworkConfigurationnetworkConfiguration()The network configuration for the Express service tasks.ExpressGatewayContainerprimaryContainer()The primary container configuration for the Express service.ExpressGatewayScalingTargetscalingTarget()The auto-scaling configuration for the Express service.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateExpressGatewayServiceRequest.Builder>serializableBuilderClass()StringserviceArn()The Amazon Resource Name (ARN) of the Express service to update.StringtaskRoleArn()The Amazon Resource Name (ARN) of the IAM role for containers in this task.UpdateExpressGatewayServiceRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
serviceArn
public final String serviceArn()
The Amazon Resource Name (ARN) of the Express service to update.
- Returns:
- The Amazon Resource Name (ARN) of the Express service to update.
-
executionRoleArn
public final String executionRoleArn()
The Amazon Resource Name (ARN) of the task execution role for the Express service.
- Returns:
- The Amazon Resource Name (ARN) of the task execution role for the Express service.
-
healthCheckPath
public final String healthCheckPath()
The path on the container for Application Load Balancer health checks.
- Returns:
- The path on the container for Application Load Balancer health checks.
-
primaryContainer
public final ExpressGatewayContainer primaryContainer()
The primary container configuration for the Express service.
- Returns:
- The primary container configuration for the Express service.
-
taskRoleArn
public final String taskRoleArn()
The Amazon Resource Name (ARN) of the IAM role for containers in this task.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role for containers in this task.
-
networkConfiguration
public final ExpressGatewayServiceNetworkConfiguration networkConfiguration()
The network configuration for the Express service tasks. By default, the network configuration for an Express service uses the default VPC.
- Returns:
- The network configuration for the Express service tasks. By default, the network configuration for an Express service uses the default VPC.
-
cpu
public final String cpu()
The number of CPU units used by the task.
- Returns:
- The number of CPU units used by the task.
-
memory
public final String memory()
The amount of memory (in MiB) used by the task.
- Returns:
- The amount of memory (in MiB) used by the task.
-
scalingTarget
public final ExpressGatewayScalingTarget scalingTarget()
The auto-scaling configuration for the Express service.
- Returns:
- The auto-scaling configuration for the Express service.
-
toBuilder
public UpdateExpressGatewayServiceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateExpressGatewayServiceRequest.Builder,UpdateExpressGatewayServiceRequest>- Specified by:
toBuilderin classEcsRequest
-
builder
public static UpdateExpressGatewayServiceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateExpressGatewayServiceRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-