Interface GetServiceGraphResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetServiceGraphResponse.Builder,,- GetServiceGraphResponse> - SdkBuilder<GetServiceGraphResponse.Builder,,- GetServiceGraphResponse> - SdkPojo,- SdkResponse.Builder,- XRayResponse.Builder
- Enclosing class:
- GetServiceGraphResponse
@Mutable
@NotThreadSafe
public static interface GetServiceGraphResponse.Builder
extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetServiceGraphResponse.Builder,GetServiceGraphResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncontainsOldGroupVersions(Boolean containsOldGroupVersions) A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.The end of the time frame for which the graph was generated.Pagination token.services(Collection<Service> services) The services that have processed a traced request during the specified time frame.services(Consumer<Service.Builder>... services) The services that have processed a traced request during the specified time frame.The services that have processed a traced request during the specified time frame.The start of the time frame for which the graph was generated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.xray.model.XRayResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
startTimeThe start of the time frame for which the graph was generated. - Parameters:
- startTime- The start of the time frame for which the graph was generated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeThe end of the time frame for which the graph was generated. - Parameters:
- endTime- The end of the time frame for which the graph was generated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
servicesThe services that have processed a traced request during the specified time frame. - Parameters:
- services- The services that have processed a traced request during the specified time frame.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
servicesThe services that have processed a traced request during the specified time frame. - Parameters:
- services- The services that have processed a traced request during the specified time frame.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
servicesThe services that have processed a traced request during the specified time frame. This is a convenience method that creates an instance of theService.Builderavoiding the need to create one manually viaService.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toservices(List<Service>).- Parameters:
- services- a consumer that will call methods on- Service.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
containsOldGroupVersionsA flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression. - Parameters:
- containsOldGroupVersions- A flag indicating whether the group's filter expression has been consistent, or if the returned service graph may show traces from an older version of the group's filter expression.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenPagination token. - Parameters:
- nextToken- Pagination token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-