Interface GetServiceGraphRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>,SdkBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>,SdkPojo,SdkRequest.Builder,XRayRequest.Builder
- Enclosing class:
- GetServiceGraphRequest
@Mutable @NotThreadSafe public static interface GetServiceGraphRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetServiceGraphRequest.Builder,GetServiceGraphRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetServiceGraphRequest.BuilderendTime(Instant endTime)The end of the timeframe for which to generate a graph.GetServiceGraphRequest.BuildergroupARN(String groupARN)The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.GetServiceGraphRequest.BuildergroupName(String groupName)The name of a group based on which you want to generate a graph.GetServiceGraphRequest.BuildernextToken(String nextToken)Pagination token.GetServiceGraphRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceGraphRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceGraphRequest.BuilderstartTime(Instant startTime)The start of the time frame for which to generate a graph.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.xray.model.XRayRequest.Builder
build
-
-
-
-
Method Detail
-
startTime
GetServiceGraphRequest.Builder startTime(Instant startTime)
The start of the time frame for which to generate a graph.
- Parameters:
startTime- The start of the time frame for which to generate a graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
GetServiceGraphRequest.Builder endTime(Instant endTime)
The end of the timeframe for which to generate a graph.
- Parameters:
endTime- The end of the timeframe for which to generate a graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
GetServiceGraphRequest.Builder groupName(String groupName)
The name of a group based on which you want to generate a graph.
- Parameters:
groupName- The name of a group based on which you want to generate a graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupARN
GetServiceGraphRequest.Builder groupARN(String groupARN)
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
- Parameters:
groupARN- The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetServiceGraphRequest.Builder nextToken(String nextToken)
Pagination token.
- Parameters:
nextToken- Pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetServiceGraphRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetServiceGraphRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-