Interface BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder,BatchAssociateServiceActionWithProvisioningArtifactResponse>,SdkBuilder<BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder,BatchAssociateServiceActionWithProvisioningArtifactResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- BatchAssociateServiceActionWithProvisioningArtifactResponse
public static interface BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder,BatchAssociateServiceActionWithProvisioningArtifactResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchAssociateServiceActionWithProvisioningArtifactResponse.BuilderfailedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)An object that contains a list of errors, along with information to help you identify the self-service action.BatchAssociateServiceActionWithProvisioningArtifactResponse.BuilderfailedServiceActionAssociations(Consumer<FailedServiceActionAssociation.Builder>... failedServiceActionAssociations)An object that contains a list of errors, along with information to help you identify the self-service action.BatchAssociateServiceActionWithProvisioningArtifactResponse.BuilderfailedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)An object that contains a list of errors, along with information to help you identify the self-service action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
failedServiceActionAssociations
BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder failedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
- Parameters:
failedServiceActionAssociations- An object that contains a list of errors, along with information to help you identify the self-service action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedServiceActionAssociations
BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder failedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
- Parameters:
failedServiceActionAssociations- An object that contains a list of errors, along with information to help you identify the self-service action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedServiceActionAssociations
BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder failedServiceActionAssociations(Consumer<FailedServiceActionAssociation.Builder>... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
This is a convenience method that creates an instance of theFailedServiceActionAssociation.Builderavoiding the need to create one manually viaFailedServiceActionAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failedServiceActionAssociations(List.) - Parameters:
failedServiceActionAssociations- a consumer that will call methods onFailedServiceActionAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failedServiceActionAssociations(java.util.Collection)
-
-