Interface CreateServiceResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateServiceResponse.Builder,,- CreateServiceResponse> - MigrationHubRefactorSpacesResponse.Builder,- SdkBuilder<CreateServiceResponse.Builder,,- CreateServiceResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateServiceResponse
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The ID of the application that the created service belongs to.The Amazon Resource Name (ARN) of the service.createdByAccountId(String createdByAccountId) The Amazon Web Services account ID of the service creator.createdTime(Instant createdTime) A timestamp that indicates when the service is created.description(String description) The description of the created service.endpointType(String endpointType) The endpoint type of the service.endpointType(ServiceEndpointType endpointType) The endpoint type of the service.environmentId(String environmentId) The unique identifier of the environment.default CreateServiceResponse.BuilderlambdaEndpoint(Consumer<LambdaEndpointInput.Builder> lambdaEndpoint) The configuration for the Lambda endpoint type.lambdaEndpoint(LambdaEndpointInput lambdaEndpoint) The configuration for the Lambda endpoint type.lastUpdatedTime(Instant lastUpdatedTime) A timestamp that indicates when the service was last updated.The name of the service.ownerAccountId(String ownerAccountId) The Amazon Web Services account ID of the service owner.The unique identifier of the service.The current state of the service.state(ServiceState state) The current state of the service.The tags assigned to the created service.default CreateServiceResponse.BuilderurlEndpoint(Consumer<UrlEndpointInput.Builder> urlEndpoint) The configuration for the URL endpoint type.urlEndpoint(UrlEndpointInput urlEndpoint) The configuration for the URL endpoint type.The ID of the VPC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
applicationIdThe ID of the application that the created service belongs to. - Parameters:
- applicationId- The ID of the application that the created service belongs to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe 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.
 
- 
createdByAccountIdThe Amazon Web Services account ID of the service creator. - Parameters:
- createdByAccountId- The Amazon Web Services account ID of the service creator.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdTimeA timestamp that indicates when the service is created. - Parameters:
- createdTime- A timestamp that indicates when the service is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the created service. - Parameters:
- description- The description of the created service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointTypeThe endpoint type of the service. - Parameters:
- endpointType- The endpoint type of the service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
endpointTypeThe endpoint type of the service. - Parameters:
- endpointType- The endpoint type of the service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
environmentIdThe 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.
 
- 
lambdaEndpointThe configuration for the Lambda endpoint type. - Parameters:
- lambdaEndpoint- The configuration for the Lambda endpoint type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lambdaEndpointdefault CreateServiceResponse.Builder lambdaEndpoint(Consumer<LambdaEndpointInput.Builder> lambdaEndpoint) The configuration for the Lambda endpoint type. This is a convenience method that creates an instance of theLambdaEndpointInput.Builderavoiding the need to create one manually viaLambdaEndpointInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolambdaEndpoint(LambdaEndpointInput).- Parameters:
- lambdaEndpoint- a consumer that will call methods on- LambdaEndpointInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastUpdatedTimeA 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.
 
- 
nameThe 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.
 
- 
ownerAccountIdThe Amazon Web Services account ID of the service owner. - Parameters:
- ownerAccountId- The Amazon Web Services account ID of the service owner.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceIdThe 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.
 
- 
stateThe 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:
 
- 
stateThe 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:
 
- 
tagsThe tags assigned to the created service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.. - Parameters:
- tags- The tags assigned to the created service. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
urlEndpointThe configuration for the URL endpoint type. - Parameters:
- urlEndpoint- The configuration for the URL endpoint type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
urlEndpointThe configuration for the URL endpoint type. This is a convenience method that creates an instance of theUrlEndpointInput.Builderavoiding the need to create one manually viaUrlEndpointInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tourlEndpoint(UrlEndpointInput).- Parameters:
- urlEndpoint- a consumer that will call methods on- UrlEndpointInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
vpcIdThe ID of the VPC. - Parameters:
- vpcId- The ID of the VPC.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-