Interface GenerateAccessLogsRequest.Builder
- All Superinterfaces:
AmplifyRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<GenerateAccessLogsRequest.Builder,
,GenerateAccessLogsRequest> SdkBuilder<GenerateAccessLogsRequest.Builder,
,GenerateAccessLogsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GenerateAccessLogsRequest
public static interface GenerateAccessLogsRequest.Builder
extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID for an Amplify app.domainName
(String domainName) The name of the domain.The time at which the logs should end.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The time at which the logs should start.Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyRequest.Builder
build
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, sdkFields
-
Method Details
-
startTime
The time at which the logs should start. The time range specified is inclusive of the start time.
- Parameters:
startTime
- The time at which the logs should start. The time range specified is inclusive of the start time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The time at which the logs should end. The time range specified is inclusive of the end time.
- Parameters:
endTime
- The time at which the logs should end. The time range specified is inclusive of the end time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The name of the domain.
- Parameters:
domainName
- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appId
The unique ID for an Amplify app.
- Parameters:
appId
- The unique ID for an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GenerateAccessLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GenerateAccessLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-