Interface DeleteServiceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteServiceResponse
public static interface DeleteServiceResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteServiceResponse.BuilderapplicationId(String applicationId)The ID of the application that the service is in.DeleteServiceResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the service.DeleteServiceResponse.BuilderenvironmentId(String environmentId)The unique identifier of the environment.DeleteServiceResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)A timestamp that indicates when the service was last updated.DeleteServiceResponse.Buildername(String name)The name of the service.DeleteServiceResponse.BuilderserviceId(String serviceId)The unique identifier of the service.DeleteServiceResponse.Builderstate(String state)The current state of the service.DeleteServiceResponse.Builderstate(ServiceState state)The current state of the service.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationId
DeleteServiceResponse.Builder applicationId(String applicationId)
The ID of the application that the service is in.
- Parameters:
applicationId- The ID of the application that the service is in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DeleteServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
- Parameters:
arn- The Amazon Resource Name (ARN) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
DeleteServiceResponse.Builder environmentId(String environmentId)
The unique identifier of the environment.
- Parameters:
environmentId- The unique identifier of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
DeleteServiceResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the service was last updated.
- Parameters:
lastUpdatedTime- A timestamp that indicates when the service was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeleteServiceResponse.Builder name(String name)
The name of the service.
- Parameters:
name- The name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceId
DeleteServiceResponse.Builder serviceId(String serviceId)
The unique identifier of the service.
- Parameters:
serviceId- The unique identifier of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
DeleteServiceResponse.Builder state(String state)
The current state of the service.
- Parameters:
state- The current state of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceState,ServiceState
-
state
DeleteServiceResponse.Builder state(ServiceState state)
The current state of the service.
- Parameters:
state- The current state of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceState,ServiceState
-
-